Sunday, 22 January 2017

DIFFERENCE BETWEEN RESULTSET AND ROWSET


  1. ResultSet is not serializable, RowSet is serializable.
  2. ResultSet is not developed using bean specification, RowSet is developed using bean specification.
  3. ResultSet is connected, RowSet is connected or disconnected.
  4. ResultSet does not support notification events, RowSet supports notification events.

No comments:

Post a Comment