Answer Posted / rakesh
Rowsets make it easy to send tabular data over a network.
They can also be used to provide scrollable result sets or
updatable result sets when the underlying JDBC driver does
not support them.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do we load the drivers?
What is metadata in java programming?
How to check jdbc driver version in websphere?
How can we retrieve data from the resultset?
How can I get information about foreign keys used in a table?
How do I connect to jdbc?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
What are the benefits of PreparedStatement over Statement?
What is database deadlock ? How can we avoid them?
Explain the difference between inner and outer join ?
How to check jdbc connection in java?
What is jdbc driver manager?
Explain the main method?
What is the purpose of jdbc resultset interface?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.