What is bytecode? Machine-specific code Java code Machine-independent code None of these TRUE ANSWER : ? YOUR ANSWER : ?
Which JDBC driver Type(s) can be used in either applet or servlet code? Both Type 3 and Type 4 Both Type 1 and Type 3 Type 4 only Both Type 1 and Type 2 TRUE ANSWER : ? YOUR ANSWER : ?
MySQL surrogate keys are given the property AUTO_INCREMENT. False True TRUE ANSWER : ? YOUR ANSWER : ?
Java and C/C++ are so close that there are no incompatibilities between them. Therefore, a driver is not necessary. False True TRUE ANSWER : ? YOUR ANSWER : ?
Type 3 and Type 4 JDBC drivers can be used for sevlets and applets. False True TRUE ANSWER : ? YOUR ANSWER : ?
How many copies of a JSP page can be in memory at a time? One Unlimited Three Two TRUE ANSWER : ? YOUR ANSWER : ?
Where is metadata stored in MySQL? In the MySQL database mysql In the MySQL database metadata In the MySQL database metasql None of these TRUE ANSWER : ? YOUR ANSWER : ?