Default Section

Question Title

1. JDBC syntax is very specific to the version of the Database being accessed? (Required.)

Question Title

2. Which of the following Interfaces requires a Userid and Password to use? (Required.)

Question Title

3. Which Design Pattern separates the Business Logic from the SQL code? (Required.)

Question Title

4. Which Exception occurs when the Database is closed prior to use? (Required.)

Question Title

5. A JDBC PreparedStatement helps prevent SQL Injection Attacks. (Required.)

Question Title

6. Which of the following is used to invoke a Stored Procedure? (Required.)

Question Title

7. JDBC Connections are Auto Commit by default (Required.)

Question Title

8. Which of the following methods commits a Transaction? (Required.)

Question Title

9. What is the first step in connecting to a Database via JDBC? (Required.)

Question Title

10. Which of the following returns a ResultSet? (Required.)

T