Welcome to your Java Practice Test - 3
nWhich of the following is true about 'dirty read'?
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?
In which of the following type of ResultSet, the cursor can only move forward in the result set?
What happens if you call deleteRow() on a ResultSet object?
Which of the following is an advantage of using PreparedStatement in Java?
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?
Which type of Statement can execute parameterized queries?