JDBC stands for: Java Database Connectivity Java Database Components Java Database Control None of these TRUE ANSWER : ? YOUR ANSWER : ?
To run a compiled Java program, the machine must have what loaded and running? A Web browser Java compiler Java virtual machine Java bytecode TRUE ANSWER : ? YOUR ANSWER : ?
Java and C/C++ are so close that there are no incompatibilities between them. Therefore, a driver is not necessary. False True TRUE ANSWER : ? YOUR ANSWER : ?
JDBC Type 2 drivers connect to the native API of the DBMS. True False TRUE ANSWER : ? YOUR ANSWER : ?
A servlet is a Java program that is invoked via HTTP on the Web server. True False TRUE ANSWER : ? YOUR ANSWER : ?
Which JDBC driver Type(s) is(are) the JDBC-ODBC bridge? Type 2 Type 4 Type 1 Type 3 TRUE ANSWER : ? YOUR ANSWER : ?
What servlet processor was developed by Apache Foundation and Sun? Apache Web server None of these Apache Tomcat Sun servlet processor TRUE ANSWER : ? YOUR ANSWER : ?
Which JDBC driver Type(s) can you use in a three-tier architecture and if the Web server and the DBMS are running on the same machine? Type 2 only All of Type 1, Type 2, Type 3 and Type 4 Type 1 only Both Type 3 and Type 4 TRUE ANSWER : ? YOUR ANSWER : ?