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 : ?
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? Both Type 3 and Type 4 Type 1 only Type 2 only All of Type 1, Type 2, Type 3 and Type 4 TRUE ANSWER : ? YOUR ANSWER : ?
What servlet processor was developed by Apache Foundation and Sun? Sun servlet processor Apache Web server Apache Tomcat None of these TRUE ANSWER : ? YOUR ANSWER : ?
How does Tomcat execute a JSP? By one of Tomcat's threads As an independent process As a CGI script None of these 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 : ?
Where is metadata stored in MySQL? In the MySQL database mysql In the MySQL database metadata None of these In the MySQL database metasql TRUE ANSWER : ? YOUR ANSWER : ?
JSP and ASP not only look alike but their underlying technology is quite similar. True False TRUE ANSWER : ? YOUR ANSWER : ?