🎴 Flashcard Mode

JAVA JDBC

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 the Result Set interface. This method moves the cursor to the remembered cursor position, usually the current row.

Change Mode