Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between ojdbc6 and ojdbc7?
What is the advantage of namedparameterjdbctemplate?
Why is jdbc used?
What is the role of jdbc drivermanager class?
What is drivermanager in java?
What does the jdbc resultset interface?
What are the differences between stored procedure and functions?
Explain jdbc savepoint?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
Which jdbc driver type s is are the jdbc odbc bridge?
What is JDBC Driver interface?
Discuss the procedure of retrieving warnings?
Is java a database?
What is the function of drivermanager class?
What is the purpose of the jdbc resultset interface?