what are the types of result sets in JDBC 3.0 ?
Answer Posted / sangeeta
There are 3 types of result sets in JDBC 3.0
1)forward-only
2)scroll-sensitive
3)scroll-insensitive
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What do you understand by DDL and DML statements?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
What is connection commit?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
How does jdbc connect to database?
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
What are the advantages of using preparedstatement in java?
Why hibernate is better than jdbc?
What is xe in oracle jdbc url?
What does the jdbc resultsetmetadata interface?
How to update a resultset programmatically?
What is jdbc and its types?
What is jdbc odbc bridge in java?
What is the JDBC?
What are the types of jdbc drivers that exist?