Type 3 and Type 4 JDBC drivers can be used for sevlets and applets. True False TRUE ANSWER : ? YOUR ANSWER : ?
What servlet processor was developed by Apache Foundation and Sun? Sun servlet processor None of these Apache Tomcat Apache Web server 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 : ?
What is not true of a Java bean? It may have many constructors as necessary. All persistent values are accessed using getxxx and setxxx methods. There are no public instance variables. All of these TRUE ANSWER : ? YOUR ANSWER : ?
Which JDBC driver Types are for use over communications networks? Neither Type 3 nor Type 4 Type 4 only Both Type 3 and Type 4 Type 3 only TRUE ANSWER : ? YOUR ANSWER : ?
JSP and ASP not only look alike but their underlying technology is quite similar. True False TRUE ANSWER : ? YOUR ANSWER : ?
MySQL is just as powerful as Oracle and is half the price. True False TRUE ANSWER : ? YOUR ANSWER : ?
MySQL surrogate keys are given the property AUTO_INCREMENT. True False TRUE ANSWER : ? YOUR ANSWER : ?
To run a compiled Java program, the machine must have what loaded and running? A Web browser Java virtual machine Java compiler Java bytecode TRUE ANSWER : ? YOUR ANSWER : ?
JDBC Type 2 drivers connect to the native API of the DBMS. False True TRUE ANSWER : ? YOUR ANSWER : ?