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 are the differences between stored procedure and functions?
What is thin driver in jdbc?
What happens if connection is not closed in jdbc?
What are types of resultset?
What is isolation level? How to set it?
What is jdbc driver manager?
Why jdbc is used in java?
RowSetInternal caller and returns void. What can I do in the readData method?
Which is better odbc or jdbc?
What is JDBC RowSet? What are different types of RowSet?
What is odbc jdbc?
How can we move the cursor in a scrollable result set?
What does jdbc do?
Where is jdbc used?
Prepared statements are faster. Why?