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 is meant by a ResultSet?

Answers were Sorted based on User's Feedback



What is meant by a ResultSet?..

Answer / p.l.n.kumar

A Resultset is a pointer pointing to the data retrieved
into database buffer.Hence for this reason,Resultset object
exist only as long as client connected with database.
-Resultset maintains cursor pointing to each record
retrieved into DB buffer.
-its cursor position starts from 'before first record'
to 'after last record' .
-Resultset allows unidirectional navigation and also allows
us to retrieve data only once in the life span of the
object.

Is This Answer Correct ?    12 Yes 0 No

What is meant by a ResultSet?..

Answer / devarathnam c,kotagudibanda(po

Hi...Actually ResultSet is an interface in JDBC API.
Which can be used to accessing the data from the database ,
i mean which stores the database objects

Is This Answer Correct ?    5 Yes 1 No

What is meant by a ResultSet?..

Answer / hyma

ResultSet is an interface in jdbc API which represent
memory area at frontend where set of rows retrived from
backend are stored,This memory area ia called cursor.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More JDBC Interview Questions

Why “no suitable driver” error occurs?

0 Answers  


What is isolation level? How to set it?

0 Answers   FGG,


what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();

1 Answers  


How to use JDBC API to call Stored Procedures?

0 Answers  


What are temp tables ?

0 Answers  


What is a jdbc connection string?

0 Answers  


Is jdbc object oriented?

0 Answers  


What is a statement?

0 Answers  


How does a custom RowSetReader get called from a CachedRowSet?

0 Answers  


If you are truncated using JDBC, how can you that how much data is truncated?

0 Answers  


What are the advantages of using jdbc datasource?

0 Answers  


What is an odbc driver?

0 Answers  


Categories