________ is an open source DBMS product that runs on UNIX, Linux and Windows. MySQL JSP/SQL JDBC/SQL Sun ACCESS TRUE ANSWER : ? YOUR ANSWER : ?
Which JDBC driver Types are for use over communications networks? Both Type 3 and Type 4 Type 4 only Neither Type 3 nor Type 4 Type 3 only TRUE ANSWER : ? YOUR ANSWER : ?
To run a compiled Java program, the machine must have what loaded and running? Java compiler Java bytecode Java virtual machine A Web browser TRUE ANSWER : ? YOUR ANSWER : ?
What MySQL property is used to create a surrogate key in MySQL? SEQUENCE AUTO_INCREMENT UNIQUE None of these TRUE ANSWER : ? YOUR ANSWER : ?
An applet is a Java bytecode program that is sent to the user via HTTP and is invoked using the HTTP protocol on the user's computer. False True TRUE ANSWER : ? YOUR ANSWER : ?
How does Tomcat execute a JSP? None of these By one of Tomcat's threads As an independent process As a CGI script 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? A Java application A Java servlet None of these A Java applet TRUE ANSWER : ? YOUR ANSWER : ?