just Try RowSet.
Rowset is formaly available with
jdbc 3.0 and optionaly available with jdbc 2.0. (jdbc3.0 is builtin jdk1.4).
RowSet is derived interface from resultset and there are three classes who implement it. One of them is CachedRowSet, your purpose can be easily achived using the class.