📚 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?
- getColumnClassName(int column)
- getScale(int column)
- isCaseSensitive(int column)
- getColumnSize(int column)
- isSearchable(int column)