Database - JDBC, Java Server Pages, and MySQL

Exercise : JDBC, Java Server Pages, and MySQL - General Questions
1.
How many JDBC driver types does Sun define?
One
Two
Three
Four
Answer: Option
Explanation:
No answer description is available. Let's discuss.

2.
Where is metadata stored in MySQL?
In the MySQL database metadata
In the MySQL database metasql
In the MySQL database mysql
None of the above is correct.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

3.
Who invented Java?
Netscape
Microsoft
Sun
None of the above is correct.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

4.
To run a compiled Java program, the machine must have what loaded and running?
Java virtual machine
Java compiler
Java bytecode
A Web browser
Answer: Option
Explanation:
No answer description is available. Let's discuss.

5.
Which JDBC driver Type(s) can be used in either applet or servlet code?
Both Type 1 and Type 2
Both Type 1 and Type 3
Both Type 3 and Type 4
Type 4 only
Answer: Option
Explanation:
No answer description is available. Let's discuss.