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
Give steps to connect to the db using jdbc?
What are the different classes through which JDBC represents statements?
Is jdbc a middleware?
What are temp tables ?
What are the differences between statement and preparedstatement interface?
How do I receive a ResultSet from a stored procedure?
What do you understand by jdbc driver and explain its types?
What is java soft framework?
What is the use of dialect?
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.
How can I determine where a given table is referenced via foreign keys?
Explain in detail about JDBC and its general features?
What is drivermanager in jdbc?
What is the difference between jdbc and odbc?
What is 2 phase commit?