What is the Benefit of Having JdbcRowSet Implementation?
What is the Benefit of Having JdbcRowSet Implementation? Why do we Need a JdbcRowSet like Wrapper Around ResultSet The JdbcRowSet implementation is a wrapper around a ResultSet object that has following advantages over ResultSet This implementation makes it possible to use the ResultSet object as a JavaBeans component. A JdbcRowSet can be used as a … Read more