Multiple choice

Which of the following methods is present in DatabaseMetaData in Java Database Programming?

  1. isReadOnly()

  2. isCurrency(int column)

  3. isDefinitelyWritable(int column)

  4. isWritable(int column)

  5. isReadOnly(int Column)

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

This is the correct option because isReadOnly() method is defined in DatabaseMetaData. It retrieves whether this database is in read-only mode or not.