JDBC, Java Server Pages, and MySQL – True or False

1. MySQL is just as powerful as Oracle and is half the price.

A. True
B. False

Correct Answer:  B. False

2. Java programs are compiled into bytecode.

A. True
B. False

Correct Answer: A. True

3. JDBC Type 2 drivers connect to the native API of the DBMS.

A. True
B. False

Correct Answer: A. True

4. MySQL surrogate keys are given the property AUTO_INCREMENT.

A. True
B. False

Correct Answer: A. True

5. A servlet is a Java program that is invoked via HTTP on the Web server.

A. True
B. False

Correct Answer: A. True

Leave A Comment?