MySQL is just as powerful as Oracle and is half the price. False True TRUE ANSWER : ? YOUR ANSWER : ?
What is not true of a Java bean? There are no public instance variables. It may have many constructors as necessary. All of these All persistent values are accessed using getxxx and setxxx methods. TRUE ANSWER : ? YOUR ANSWER : ?
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 : ?
JDBC Type 2 drivers connect to the native API of the DBMS. False True TRUE ANSWER : ? YOUR ANSWER : ?
MySQL surrogate keys are given the property AUTO_INCREMENT. True False TRUE ANSWER : ? YOUR ANSWER : ?
What is bytecode? None of these Machine-specific code Machine-independent code Java code TRUE ANSWER : ? YOUR ANSWER : ?
To run a compiled Java program, the machine must have what loaded and running? Java bytecode Java compiler A Web browser Java virtual machine TRUE ANSWER : ? YOUR ANSWER : ?
A JSP is transformed into a(n): Java applet. Java servlet. Neither 1 nor 2 above. Either 1 or 2 above. TRUE ANSWER : ? YOUR ANSWER : ?