Which of the following are classes of JDBC API?a)Types classb)All of the mentionedc)Clob classd)Blob classe)DriverManager class
Question
Which of the following are classes of JDBC API?a)Types classb)All of the mentionedc)Clob classd)Blob classe)DriverManager class
Solution
All of the options mentioned are classes of JDBC API. These include:
a) Types class: This class provides constants for SQL types, in accordance with those defined by ISO SQL Standards.
b) Clob class: This class provides methods for getting information about a SQL CLOB (Character Large Object) data type.
c) Blob class: This class provides methods for getting information about a SQL BLOB (Binary Large Object) data type.
d) DriverManager class: This class manages a list of database drivers. It matches connection requests from the java application with the proper database driver using communication subprotocol.
So, the answer is b) All of the mentioned.
Similar Questions
_____ consists of a set of interfaces and classes written in the Java programming language.a)JDBC APIb)Embedded SQLc)Connection Poolsd)JDBC Architecture
Which of the following are components of JDBC?a)JDBC-ODBC Bridge Driversb)JDBC Driver managerc)JDBC Test suited)All of the mentionede)JDBC API
Which of the following are JDBC drivers?a)Network Protocol driverb)JDBC-ODBC bridge driverc)All of the mentionedd)Native-API drivere)Thin driver
Type of jdbc drivers
1. Which of these packages contain all the collection classes?a)java.netb)java.awtc)java.utild) java.lang
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.