Multiple choice

Which of the following methods is present in the ResultSet interface in Java?

  1. wasNull()

  2. getTableName(int column)

  3. isCaseSensitive(int column)

  4. getColumnType(int column)

  5. getColumnName(int column)

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

This is the correct choice. wasNull() method is defined in the ResultSet interface.