InterviewSolution
Saved Bookmarks
| 1. |
What is a RowSet? |
|
Answer» A JDBC RowSet object holds tabular data in a way that makes it more flexible and easier to use than a result set. A RowSet objects are JavaBeans components. |
|