Welcome to your Java Practice Test - 3
Which of the following is an advantage of using PreparedStatement in Java?
Which type of Statement can execute parameterized queries?
In which of the following type of ResultSet, the cursor can only move forward in the result set?
Which of the following encapsulates an SQL statement which is passed to the database to be parsed, compiled, planned and executed?
) Which of the following is not a JDBC connection isolation levels?
What happens if you call deleteRow() on a ResultSet object?
nWhich of the following is true about 'dirty read'?
In order to transfer data between a database and an application written in the Java programming language, the JDBC API provides which of these methods?