Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what are the types of result sets in JDBC 3.0 ?

Answers were Sorted based on User's Feedback



what are the types of result sets in JDBC 3.0 ?..

Answer / sangeeta

There are 3 types of result sets in JDBC 3.0
1)forward-only
2)scroll-sensitive
3)scroll-insensitive

Is This Answer Correct ?    8 Yes 2 No

what are the types of result sets in JDBC 3.0 ?..

Answer / a.srinivas rao

there are three tyesof result sets in jdbc
1.resultset 1.0
2.resultset 2.0
3.rowset (resultset3.0 )

Is This Answer Correct ?    6 Yes 1 No

what are the types of result sets in JDBC 3.0 ?..

Answer / 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

More JDBC Interview Questions

What is DML?

0 Answers  


Is jdbc faster than hibernate?

0 Answers  


What is the benefit of having jdbcrowset implementation?

0 Answers  


What causes the "No suitable driver" error?

0 Answers  


How to insert an image or raw data into database?

0 Answers  


What is jdbc oracle thin?

0 Answers  


What is meant by jdbc and odbc?

0 Answers  


What is the difference between setmaxrows(int) and setfetchsize(int)?

0 Answers  


In JDBC, All the API?s are interfaces? Where is the actual implementation?

3 Answers   HCL,


How to set NULL values in JDBC PreparedStatement?

0 Answers  


What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?

0 Answers  


Is java a database?

0 Answers  


Categories