Default Section

Question Title

* 1. JDBC syntax is very specific to the version of the Database being accessed?

Question Title

* 2. Which of the following Interfaces requires a Userid and Password to use?

Question Title

* 3. Which Design Pattern separates the Business Logic from the SQL code?

Question Title

* 4. Which Exception occurs when the Database is closed prior to use?

Question Title

* 5. A JDBC PreparedStatement helps prevent SQL Injection Attacks.

Question Title

* 6. Which of the following is used to invoke a Stored Procedure?

Question Title

* 7. JDBC Connections are Auto Commit by default

Question Title

* 8. Which of the following methods commits a Transaction?

Question Title

* 9. What is the first step in connecting to a Database via JDBC?

Question Title

* 10. Which of the following returns a ResultSet?

T