Knowee
Questions
Features
Study Tools

Which of the following are JDBC drivers?a)Network Protocol driverb)JDBC-ODBC bridge driverc)All of the mentionedd)Native-API drivere)Thin driver

Question

Which of the following are JDBC drivers?a)Network Protocol driverb)JDBC-ODBC bridge driverc)All of the mentionedd)Native-API drivere)Thin driver

🧐 Not the exact question you are looking for?Go ask a question

Solution

All of the options mentioned are types of JDBC (Java Database Connectivity) drivers. Here's a brief explanation of each:

a) Network Protocol driver: This driver uses a server-based, net-protocol to communicate with the database. The client system requires a network protocol driver to communicate with the server.

b) JDBC-ODBC bridge driver: This driver uses ODBC (Open Database Connectivity) driver to connect to the database. The ODBC driver needs to be installed on the client machine.

c) Native-API driver: This driver uses the client-side libraries of the database. The driver converts JDBC method calls into native calls of the database API.

d) Thin driver: This is a pure Java driver that communicates directly with the vendor's database. It does not require any native library.

So, the answer is c) All of the mentioned.

This problem has been solved

Similar Questions

Type of jdbc drivers

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

Select the correct answerWhich of the following type of JDBC driver, uses database native protocol?OptionsJDBC-Net, pure Java driverNative-API, partly Java driverJDBC-ODBC Bridge plus ODBC driverNative-protocol, pure Java driver

Which of the following are classes of JDBC API?a)DriverManager classb)Types classc)Blob classd)All of the mentionede)Clob class

Select the correct answerType IV JDBC driver is a driverOptionswhich is written in C++which communicates through Java socketswhich translates JDBC function calls into API not native to DBMSwhich requires an intermediate layer

1/3

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.