Answer Posted / 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 |
Post New Answer View All Answers
What do you understand by jdbc datasource?
Is possible to open a connection to a database with exclusive mode with JDBC?
When do we use execute method in java jdbc?
Explain about column name and getter method?
What are the flow statements of jdbc?
What is jdbc and explain jdbc architecture?
How many jdbc driver types are there?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
When do we get java.sql.SQLException: No suitable driver found?
List the common jdbc exceptions ?
What does it mean to "materialize" data?
How can we execute stored procedures?
What are the ddl statements?
Which interface handles transaction management in jdbc?
What is the meaning of “dirty read” in the database?