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 : ?
Which JDBC driver Type(s) can be used in either applet or servlet code? Type 4 only Both Type 1 and Type 3 Both Type 3 and Type 4 Both Type 1 and Type 2 TRUE ANSWER : ? YOUR ANSWER : ?
Which JDBC driver Types are for use over communications networks? Neither Type 3 nor Type 4 Type 3 only Both Type 3 and Type 4 Type 4 only TRUE ANSWER : ? YOUR ANSWER : ?
Where is metadata stored in MySQL? None of these In the MySQL database mysql In the MySQL database metasql In the MySQL database metadata TRUE ANSWER : ? YOUR ANSWER : ?
To run a compiled Java program, the machine must have what loaded and running? Java virtual machine Java bytecode A Web browser Java compiler TRUE ANSWER : ? YOUR ANSWER : ?
What programming language(s) or scripting language(s) does Java Server Pages (JSP) support? Java only VBScript only All of these Jscript only TRUE ANSWER : ? YOUR ANSWER : ?
Which JDBC driver Type(s) is(are) the JDBC-ODBC bridge? Type 3 Type 4 Type 2 Type 1 TRUE ANSWER : ? YOUR ANSWER : ?
JSP pages provide a means to create dynamic Web pages using HTML and the Java programming language. False True TRUE ANSWER : ? YOUR ANSWER : ?
A JSP is transformed into a(n): Neither 1 nor 2 above. Java servlet. Either 1 or 2 above. Java applet. TRUE ANSWER : ? YOUR ANSWER : ?