| 11. |
__________ Interface provides the programmatic approach to set the values in database.
|
||||||||
|
Answer:
Option (b) |
| 12. |
What happens if you call deleteRow() on a ResultSet object?
|
||||||||
|
Answer:
Option (a) |
| 13. |
Which interface prevents SQL injection?
|
||||||||
|
Answer:
Option (b) |
| 14. |
What does setAutoCommit(false) do?
|
||||||||
|
Answer:
Option (c) |
| 15. |
Which interface is used to call stored procedure?
|
||||||||
|
Answer:
Option (c) |
| 16. |
______ is method of JDBC batch process.
|
||||||||
|
Answer:
Option (b) |
| 17. |
Which of the following is not a JDBC connection isolation levels?
|
||||||||
|
Answer:
Option (d) |
| 18. |
Which type of JDBC driver is the fastest one?
|
||||||||
|
Answer:
Option (d) |
| 19. |
______ method dynamically loads the driver's class file into memory, which automatically registers it.
|
||||||||
|
Answer:
Option (c) |
| 20. |
What causes "No suitable driver" error?
|
||||||||
|
Answer:
Option (d) |