Multiple choice

Which of the following methods in ResultSet interface returns true to indicate that whether a row has been deleted?

  1. isDeleted()

  2. Deleted()

  3. rowDeleted()

  4. hasDeleted()

  5. isRowDeleted()

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This is the correct choice because rowDeleted() method is present in ResultSet interface and it retrieves whether a row has been deleted or not.