Database - JDBC, Java Server Pages, and MySQL

Exercise : JDBC, Java Server Pages, and MySQL - General Questions
11.
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
Type 2 only
Both Type 3 and Type 4
All of Type 1, Type 2, Type 3 and Type 4
Answer: Option
Explanation:
No answer description is available. Let's discuss.

12.
What programming language(s) or scripting language(s) does Java Server Pages (JSP) support?
VBScript only
Jscript only
Java only
All of the above are supported
Answer: Option
Explanation:
No answer description is available. Let's discuss.

13.
What servlet processor was developed by Apache Foundation and Sun?
Apache Tomcat
Apache Web server
Sun servlet processor
None of the above is correct.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

14.
What is bytecode?
Machine-specific code
Java code
Machine-independent code
None of the above is correct.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

15.
What is invoked via HTTP on the Web server computer when it responds to requests from a user's Web browser?
A Java application
A Java applet
A Java servlet
None of the above is correct.
Answer: Option
Explanation:
No answer description is available. Let's discuss.