what are the types of result sets in JDBC 3.0 ?

Answer Posted / bawa

I think the first answer is correct. The type of a ResultSet object determines the level of its functionality in two areas: the ways in which the cursor can be manipulated, and how concurrent changes made to the underlying data source are reflected by the ResultSet object. Considering this factor, the sensitivity of the ResultSet object is determined by one of three different ResultSet types: TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE and TYPE_SCROLL_SENSITIVE. View the Suns's official doc at http://java.sun.com/docs/books/tutorial/jdbc/basics/retrieving.html

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?

621


What is a datasource in java?

506


What are the types of jdbc drivers that exist?

543


What does executeupdate return in jdbc?

515


What is the function of drivermanager class?

559






What is jdbc in java?

493


Is jdbc faster than odbc?

511


Briefly tell about the jdbc architecture.

559


Which is better jpa or jdbc?

510


How to connect html page to database using jdbc?

495


What is database connection pooling? Advantages of using a connection pool?

544


What are the advantages of database connection pooling?

490


What is a connection string used for?

509


What is savepoint in jdbc?

517


What are the classes and methods used for sending sql statements to database?

544