Month: December 2021

Result Set Navigation Methods – Database Connectivity

Result Set Navigation Methods The following methods of the ResultSet interface can be used to navigate a result set. By default, the cursor can only be moved in the forward direction by calling the next() method. The other navigation methods (previous(), next(), first(), last(), absolute(), and relative(int row)) can only be used if scrolling is