Multiple choice

Which of the following methods is present in the DatabseMetaData interface 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 choice as isReadOnly() method id defined in the DatabaseMetaData. It retrieves whether this database is in read-only mode.