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 is jdbc architecture in java?
How does jdbc connect to database?
Why do we need jdbc api?
How does a custom RowSetReader get called from a CachedRowSet?
What are the methods which can verify the cursor particular position?
explain about special characters?
What is the return type of execute, executequery and executeupdate?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
What is jdbc and jpa?
What is the return type of class.forname() method?
What is jdbc thin client in oracle?
Explain how data flows from view to db and reverse
What are the main steps in java to make JDBC connectivity?
What is the difference between ojdbc6 and ojdbc7?
What are the three parts of a jdbc url?