To run a compiled Java program, the machine must have what loaded and running? Java virtual machine Java compiler A Web browser Java bytecode TRUE ANSWER : ? YOUR ANSWER : ?
Which JDBC driver Type(s) can be used in either applet or servlet code? Both Type 1 and Type 3 Both Type 1 and Type 2 Both Type 3 and Type 4 Type 4 only TRUE ANSWER : ? YOUR ANSWER : ?
Where is metadata stored in MySQL? In the MySQL database mysql In the MySQL database metasql In the MySQL database metadata None of these TRUE ANSWER : ? YOUR ANSWER : ?
What is not true of a Java bean? There are no public instance variables. All persistent values are accessed using getxxx and setxxx methods. It may have many constructors as necessary. All of these TRUE ANSWER : ? YOUR ANSWER : ?
________ is an open source DBMS product that runs on UNIX, Linux and Windows. Sun ACCESS JDBC/SQL JSP/SQL MySQL TRUE ANSWER : ? YOUR ANSWER : ?
What programming language(s) or scripting language(s) does Java Server Pages (JSP) support? VBScript only Java only All of these Jscript only TRUE ANSWER : ? YOUR ANSWER : ?
JSP pages provide a means to create dynamic Web pages using HTML and the Java programming language. True False TRUE ANSWER : ? YOUR ANSWER : ?