The JVM (Java virtual machine) interprets Java bytecode at run time. False True TRUE ANSWER : ? YOUR ANSWER : ?
A servlet is a Java program that is invoked via HTTP on the Web server. 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. True False TRUE ANSWER : ? YOUR ANSWER : ?
What programming language(s) or scripting language(s) does Java Server Pages (JSP) support? Jscript only All of these Java only VBScript only TRUE ANSWER : ? YOUR ANSWER : ?
Which JDBC driver Types are for use over communications networks? Both Type 3 and Type 4 Type 3 only Type 4 only Neither Type 3 nor Type 4 TRUE ANSWER : ? YOUR ANSWER : ?
JDBC Type 2 drivers connect to the native API of the DBMS. True False TRUE ANSWER : ? YOUR ANSWER : ?
How many copies of a JSP page can be in memory at a time? One Unlimited Two Three TRUE ANSWER : ? YOUR ANSWER : ?