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
How can you know about drivers and database information ?
Explain about column name and getter method?
What is Apache DBCP API?
What is jdbc vs odbc?
What are drivers available?
Does the JDBC-ODBC Bridge work with Microsoft J++?
What is connection commit?
What are the jdbc api components?
What are the different types of lockings in jdbc?
What do you mean by batch processing in jdbc?
How can we set null value in jdbc preparedstatement?
Explain Basic Steps in Writing a Java Program Using Jdbc?
What are four types of JDBC driver?
Does sql allow null values ? Can we use it within where clause ?
What is jdbc driver manager?