For instance the next() method Returns a boolean value (any more rows?) Advances the cursor one row 16 JDBC - queries Typical processing of a result set while (srs.next()) // What should we do here? 17 JDBC - queries The precise processing of the result set is of ...