Question - What is the reason why we need a JdbcRowSet like the wrapper around ResultSet?
Answer -
We can use ResultSet object as a JavaBeans component.
- A JdbcRowSet also can be used as a JavaBeans component. That’s why it can be created and configured at design or compile time and executed at run time.
- All jdbcRowSet objects are scrollable and updatable.