How many copies of a JSP page can be in memory at a time? Three Unlimited Two One 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 : ?
What programming language(s) or scripting language(s) does Java Server Pages (JSP) support? VBScript only Jscript only Java only All of these TRUE ANSWER : ? YOUR ANSWER : ?
To run a compiled Java program, the machine must have what loaded and running? A Web browser Java bytecode Java virtual machine Java compiler TRUE ANSWER : ? YOUR ANSWER : ?
Type 3 and Type 4 JDBC drivers can be used for sevlets and applets. True False TRUE ANSWER : ? YOUR ANSWER : ?