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
What are jdbc and its components?
What is JDBC PreparedStatement?
What is a merge field?
What are the common jdbc exceptions?
Why do we need jdbc api?
Explain about column name and getter method?
How java can be connected to a database?
What is meant by jdbc and odbc?
java based application for hospital management
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
What class.forname does, while loading the drivers?
What is JDBC Statement?
What is a jdbc driver and how many jdbc drivers are available?
What is jdbc stand for?
What are the steps involved in establishing a connection using jdbc in java?