Which JDBC driver Type(s) can be used in either applet or servlet code? Both Type 3 and Type 4 Type 4 only Both Type 1 and Type 2 Both Type 1 and Type 3 TRUE ANSWER : ? YOUR ANSWER : ?
What is bytecode? Java code None of these Machine-specific code Machine-independent code 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 servlet A Java applet A Java application None of these TRUE ANSWER : ? YOUR ANSWER : ?
What is not true of a Java bean? All of these It may have many constructors as necessary. There are no public instance variables. All persistent values are accessed using getxxx and setxxx methods. TRUE ANSWER : ? YOUR ANSWER : ?
________ is an open source DBMS product that runs on UNIX, Linux and Windows. Sun ACCESS JDBC/SQL JSP/SQL MySQL TRUE ANSWER : ? YOUR ANSWER : ?
Type 3 and Type 4 JDBC drivers can be used for sevlets and applets. True False TRUE ANSWER : ? YOUR ANSWER : ?
JDBC stands for: None of these Java Database Components Java Database Control Java Database Connectivity TRUE ANSWER : ? YOUR ANSWER : ?