You are not logged in.
Pages:: 1
#1 2016-04-04 05:46:31
Which of the following type of JDBC driver?
Java Quizzes JDBC (Java Database Connectivity)
Question:
Which of the following type of JDBC driver, calls database vendor native library on a client side. This code then talks to database over network?
Option A):
JDBC-ODBC Bridge plus ODBC driver
Option B):
JDBC-Net, pure Java driver
Option C):
Native-protocol, pure Java driver
Option D):
Native-API, partly Java driver
Correct Answer is Option D):
Native-API, partly Java driver
Explanation:
Native-API, partly Java driver calls database vendor native library on a client side. This code then talks to database over network.
Online Web Tutorials And Interview Questions With Answers Forum:
https://globalguideline.com/forum/
Offline
2016-04-04 05:46:31
- Advertisement
- Ads By Google
Re: Which of the following type of JDBC driver?
\n
Pages:: 1