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 are the steps to connect to the database in java?
Is jdbc part of j2ee?
Explain what should be done when a SQL exception is raised?
What is metadata in jdbc?
What is setautocommit in jdbc?
How many types of jdbc drivers are available?
What is jdbc thin client?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
Is jdbc an api?
How do I disallow NULL values in a table?
Why resultset is used in java?
Which jdbc drivers will run your program?
Which interface is responsible for transaction management in jdbc?
How can I manage special characters when I execute an insert query?
Result set’s index starts with 0 or 1?