Database - JDBC, Java Server Pages, and MySQL

Exercise : JDBC, Java Server Pages, and MySQL - General Questions
6.
________ is an open source DBMS product that runs on UNIX, Linux and Windows.
MySQL
JSP/SQL
JDBC/SQL
Sun ACCESS
Answer: Option
Explanation:
No answer description is available. Let's discuss.

7.
What is sent to the user via HTTP, invoked using the HTTP protocol on the user's computer, and run on the user's computer as an application?
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.

8.
What MySQL property is used to create a surrogate key in MySQL?
UNIQUE
SEQUENCE
AUTO_INCREMENT
None of the above -- Surrogate keys are not implemented in MySQL.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

9.
What is not true of a Java bean?
There are no public instance variables.
All persistent values are accessed using getxxx and setxxx methods.
It may have many constructors as necessary.
All of the above are true of a Java bean.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

10.
A JSP is transformed into a(n):
Java applet.
Java servlet.
Either 1 or 2 above.
Neither 1 nor 2 above.
Answer: Option
Explanation:
No answer description is available. Let's discuss.