What is bytecode? None of these Java code Machine-specific code Machine-independent code TRUE ANSWER : ? YOUR ANSWER : ?
JDBC stands for: None of these Java Database Connectivity Java Database Components Java Database Control TRUE ANSWER : ? YOUR ANSWER : ?
Type 3 and Type 4 JDBC drivers can be used for sevlets and applets. True False 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 Both Type 3 and Type 4 All of Type 1, Type 2, Type 3 and Type 4 Type 2 only TRUE ANSWER : ? YOUR ANSWER : ?
________ is an open source DBMS product that runs on UNIX, Linux and Windows. JDBC/SQL MySQL JSP/SQL Sun ACCESS 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 application None of these A Java servlet A Java applet 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 : ?
A JSP is transformed into a(n): Either 1 or 2 above. Java applet. Java servlet. Neither 1 nor 2 above. TRUE ANSWER : ? YOUR ANSWER : ?