Top 50+ Solved JAVA Networking MCQ Questions Answer
Q. Which JDBC product components does the Java software provide?
a. The JDBC driver manager
b. The JDBC driver test suite
c. The JDBC-ODBC bridge
d. All mentioned above
Q. Which class has traditionally been the backbone of the JDBC architecture?
a. the JDBC driver manager
b. the JDBC driver test suite
c. the JDBC-ODBC bridge
d. All mentioned above
Q. Which was the first most widely used programming interface for accessing relational databases and it offers the ability to connect all the databases on all the platforms.?
a. JDBC API
b. ODBC API
c. Both A & B
d. None of the above
Q. JDBC is a Java API that is used to connect and execute query to the database
a. True
b. False
c. none
d. all
Q. In the following JDBC drivers which is known as fully java driver?
a. Native-API driver
b. Network Protocol driver
c. Thin driver
d. Both B & C
Q. Which JDBC drivers will run your program?
a. The JDBC-ODBC bridge
b. The JDBC driver manager
c. The JDBC driver test suite
d. None of the above
Q. What is the reason that a java program cannot directly communicate with an ODBCdriver?
a. ODBC written in C# language
b. ODBC written in C language
c. ODBC written in C++ language
d. None of the above
Q. A leading database connectivity vendor, worked together to produce the ____.
a. JDBC-ODBC Bridge
b. JDBC Driver Test Suite
c. Both A & B
d. None of the above
Q. Which driver converts JDBC calls directly into the vendor-specific database protocol?
a. Native - API driver
b. Network Protocol driver
c. Thin driver
d. Both B & C
Q. Which models do the JDBC API support for the database access?
a. Two-tier models
b. Three-tier models
c. Both A & B
d. None of the above
Q. Which of the following JDBC drivers is known as a partially java driver?
a. JDBC-ODBC bridge driver
b. Native-API driver
c. Network Protocol driver
d. Thin driver
Q. The JDBC API is what allows access to a data source from a Java middle tier
a. True
b. False
c. none
d. all
Q. Which driver uses ODBC driver to connect to the database?
a. JDBC-ODBC bridge driver
b. Native - API driver
c. Network Protocol driver
d. Thin driver