🎴 Flashcard Mode

Java Database Interfaces

Card1 / 15
Mastered0
Review0
QuestionClick to flip

Which of the following methods is present in the Result set interface in java database programming?

AnswerClick to flip back
A
moveToCurrentRow()
💡 Explanation:

This is the correct choice because moveToCurrentRow() method is present in ResultSet interface. This method moves the cursor to the remembered cursor position, usually the current row.
So, this is the correct choice.

Change Mode