Database - JDBC, Java Server Pages, and MySQL

Exercise : JDBC, Java Server Pages, and MySQL - General Questions
16.
Which JDBC driver Type(s) is(are) the JDBC-ODBC bridge?
Type 1
Type 2
Type 3
Type 4
Answer: Option
Explanation:
No answer description is available. Let's discuss.

17.
How many copies of a JSP page can be in memory at a time?
One
Two
Three
Unlimited
Answer: Option
Explanation:
No answer description is available. Let's discuss.

18.
Which JDBC driver Types are for use over communications networks?
Type 3 only
Type 4 only
Both Type 3 and Type 4
Neither Type 3 nor Type 4
Answer: Option
Explanation:
No answer description is available. Let's discuss.

19.
JDBC stands for:
Java Database Connectivity
Java Database Components
Java Database Control
None of the above is correct.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

20.
How does Tomcat execute a JSP?
As a CGI script
As an independent process
By one of Tomcat's threads
None of the above is correct.
Answer: Option
Explanation:
No answer description is available. Let's discuss.