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

How to check jdbc driver version in sql server?

0 Answers  


wahts is mean by primary key and unique key?

7 Answers   Wipro,


What is Type-3 Driver and when this driver is used?

3 Answers   Wipro,


What are the ddl statements?

0 Answers  


what are the advantages of JDBC?

7 Answers  






What do you mean by batch processing in jdbc?

0 Answers  


How to get the data from a table into a buffer?

2 Answers  


what exactly happens when we execute "Class.forname("Driver class name");"?Explain indetail

10 Answers   Accenture, HP, IBM, Infosys, SAP Labs, SAS, Sasken, Trigent, Wipro,


What is difference between statement and preparedstatement in jdbc?

0 Answers  


What is the difference between triggers and procedures?

1 Answers  


How can a java objects be stored in database?

3 Answers   IBM,


What packages are used by jdbc?

0 Answers  


Categories