what are the types of result sets in JDBC 3.0 ?
Answer Posted / a.srinivas rao
there are three tyesof result sets in jdbc
1.resultset 1.0
2.resultset 2.0
3.rowset (resultset3.0 )
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
What is the return type of class.forname() method?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
Explain the difference between inner and outer join ?
What are the types of statements in jdbc?
List some new features available in jdbc 4.0?
What is jdbc architecture in java?
What is jdbc stand for?
Describe the steps needed to execute a sql query using jdbc.
What is resultset in jdbc with example?
What is metadata in jdbc?
What are dml and ddl?
Where can I find info, frameworks and example source for writing a JDBC driver?
Name the new features added in jdbc 4.0.