Type 3 and Type 4 JDBC drivers can be used for sevlets and applets. True False TRUE ANSWER : ? YOUR ANSWER : ?
What MySQL property is used to create a surrogate key in MySQL? UNIQUE SEQUENCE AUTO_INCREMENT None of these TRUE ANSWER : ? YOUR ANSWER : ?
JDBC Type 2 drivers connect to the native API of the DBMS. False True 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? None of these A Java applet A Java application A Java servlet TRUE ANSWER : ? YOUR ANSWER : ?
What is not true of a Java bean? All of these All persistent values are accessed using getxxx and setxxx methods. It may have many constructors as necessary. There are no public instance variables. TRUE ANSWER : ? YOUR ANSWER : ?
Which JDBC driver Types are for use over communications networks? Type 4 only Neither Type 3 nor Type 4 Both Type 3 and Type 4 Type 3 only TRUE ANSWER : ? YOUR ANSWER : ?