Multiple choice

Which of the following methods in ResultSet interface refreshes the current row with its most recent value in the database?

  1. rowRefresh()

  2. refreshRow()

  3. refreshIt()

  4. refreshAll()

  5. refreshCurrentRow()

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

This is the correct answer because refreshRow() method is defined in the ResultSet interface and it refreshes the current row with its most recent value in the database.