Answer Posted / 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 View All Answers
Differentiate between stored procedure and functions?
What is in term of jdbc a datasource?
What are the new features available in jdbc 4.0?
What is the limitation of PreparedStatement and how to overcome it?
How many ways can you update a result set?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
Is jdbc faster than hibernate?
Is it possible to connect to multiple databases simultaneously?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
Explain about the drive manager class working?
When do we use execute method in java jdbc?
What are the conditions applies to varchar variable, when using in procedures?
What does setautocommit do?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
What is two-phase commit in the database?