Back

Welcome to your Java Practice Test - 3

) Which of the following is not a JDBC connection isolation levels?

Which of the following encapsulates an SQL statement which is passed to the database to be parsed, compiled, planned and executed?

The intent is for JDBC drivers to implement nonscrollable result sets using the support provided by the underlying database systems.

Which of the following is used to call a stored procedure?

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?

nWhich of the following is true about 'dirty read'?

Which type of Statement can execute parameterized queries?

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 of the following is an advantage of using PreparedStatement in Java?

Enroll For Course !