Knowee
Questions
Features
Study Tools

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

Question

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

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

Solution

The correct answer is "Native-protocol, pure Java driver". This type of JDBC driver converts JDBC calls directly into the database's native protocol.

Similar Questions

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

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

ODBC requires manual installation of the ODBC driver manager and driver on all client machines. JDBC drivers are written in Java and JDBC code is automatically installable, secure, and portable on all platforms. Question 3Select one:TrueFalse

Type of jdbc drivers

When establishing a database connection using JDBC, which of the following is not part of the arguments passed in the getConnection() method?*1 pointThe driver subprotocolThe database locationThe database nameThe query to be executed

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.