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
Add rt.jar in Eclipse Java Build Path. Then you see all the implemention class. Else you can remove the restriction from Eclipse which is not allowing to access rt.jar from jdk.
Works for me. I was using jdk1.6 and Eclipse Luna.