Which JDBC driver Types are for use over communications networks? Type 4 only Type 3 only Neither Type 3 nor Type 4 Both Type 3 and Type 4 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 1 only Type 2 only Both Type 3 and Type 4 All of Type 1, Type 2, Type 3 and Type 4 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? None of these A Java servlet A Java application A Java applet TRUE ANSWER : ? YOUR ANSWER : ?
What is not true of a Java bean? It may have many constructors as necessary. All of these There are no public instance variables. All persistent values are accessed using getxxx and setxxx methods. TRUE ANSWER : ? YOUR ANSWER : ?