📚 Practice Mode

Java Databases (GATE - CS)

Learn at your own pace with hints and detailed explanations

1 / 15
Multiple Choice

Which of the following methods is not defined in ResultSetMetaData interface?

  1. getColumnClassName(int column)
  2. getScale(int column)
  3. isCaseSensitive(int column)
  4. getColumnSize(int column)
  5. isSearchable(int column)