Multiple choice

Which of the following methods in ResultSet interface returns true to check whether the current row has been updated in a table?

  1. rowUpdated()

  2. isUpdated()

  3. hasUpdated()

  4. Updated()

  5. isRowUpdated()

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

rowUpdated() method is present in the ResultSet interface and it retrieves whether the current row in the table has been updated or not. So, this is the correct choice.