Until today I was working with ResultSet when handling results from queries. But today I read a little about RowSet and CachedRowset and I realized they can ser
ResultSet
The RowSet and CachedRowSet are implemented by the JDBC drivers.
RowSet
CachedRowSet
Your database provider delivers the drivers e.g. Oracle or MySql. However those drivers only make sense in conjunction with an actual database.