What are types of resultset?



What are types of resultset?..

Answer / Archana Verma

There are three types of ResultSet in Java: ResultSet.TYPE_FORWARD_ONLY, ResultSet.TYPE_SCROLL_INSENSITIVE, and ResultSet.TYPE_SCROLL_SENSITIVE. The primary difference between them lies in their capabilities for navigation and sensitivity to changes made during the result set's lifetime.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

What are the common jdbc exceptions?

1 Answers  


What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?

1 Answers  


What types of DataSource objects are specified in the Optional Package?

1 Answers  


What are JDBC statements?

2 Answers  


Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?

1 Answers  


How do I check in my code whether a maximum limit of database connections have been reached?

1 Answers  


Explain the necessary steps to connect to the database in java?

1 Answers  


What is represented by the connection object?

1 Answers  


what is call level interface?

1 Answers  


How can I determine the isolation levels supported by my DBMS?

1 Answers  


What is the difference between triggers and procedures?

1 Answers  


Is possible to open a connection to a database with exclusive mode with JDBC?

1 Answers  


Categories