Java / JDBC
Difference between RowSet and ResultSet in JDBC.
RowSet extends ResultSet and adds JDBC API support to the Java Bean component model. RowSet can be connected or disconnected.
Disconnected RowSet can be serialized while ResultSet cannot be serialized.
More Related questions...