In JDBC, the ________ provides methods to move to the first record, last record, next record, and previous record in a ResultSet.

  • ResultIterator
  • ResultSet
  • ResultSetMetadata
  • ResultSetNavigation
In JDBC, the ResultSet interface provides methods like first(), last(), next(), and previous() to navigate through the result set obtained from a database query. The other options are not related to ResultSet navigation in JDBC.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *