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 |
What are the common jdbc exceptions?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
What types of DataSource objects are specified in the Optional Package?
What are JDBC statements?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
How do I check in my code whether a maximum limit of database connections have been reached?
Explain the necessary steps to connect to the database in java?
What is represented by the connection object?
what is call level interface?
How can I determine the isolation levels supported by my DBMS?
What is the difference between triggers and procedures?
Is possible to open a connection to a database with exclusive mode with JDBC?