Multiple choice

Which of the following methods is not present in the ResultSetMetaData interface in Java?

  1. isWritable(int column)

  2. isSearchable(int column)

  3. isNullable(int column)

  4. isAutoIncrement(int column)

  5. isClosed()

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

There is no method named isClosed() present in the ResultSetMetaData interface in Java.