JDBC Type 2 drivers connect to the native API of the DBMS. False True TRUE ANSWER : ? YOUR ANSWER : ?
Where is metadata stored in MySQL? In the MySQL database metasql In the MySQL database metadata None of these In the MySQL database mysql 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 : ?
How many copies of a JSP page can be in memory at a time? Two Three One Unlimited TRUE ANSWER : ? YOUR ANSWER : ?
What is sent to the user via HTTP, invoked using the HTTP protocol on the user's computer, and run on the user's computer as an application? A Java application A Java applet A Java servlet None of these TRUE ANSWER : ? YOUR ANSWER : ?
How does Tomcat execute a JSP? As an independent process None of these By one of Tomcat's threads As a CGI script TRUE ANSWER : ? YOUR ANSWER : ?
Which JDBC driver Type(s) is(are) the JDBC-ODBC bridge? Type 1 Type 3 Type 4 Type 2 TRUE ANSWER : ? YOUR ANSWER : ?
What is invoked via HTTP on the Web server computer when it responds to requests from a user's Web browser? A Java application None of these A Java servlet A Java applet TRUE ANSWER : ? YOUR ANSWER : ?
Which JDBC driver Type(s) can be used in either applet or servlet code? Both Type 3 and Type 4 Both Type 1 and Type 2 Both Type 1 and Type 3 Type 4 only TRUE ANSWER : ? YOUR ANSWER : ?