🎴 Flashcard Mode
Java Databases (GATE - CS)
Card1 / 15
Mastered0
Review0
QuestionClick to flip
Which of the following methods is not defined in ResultSetMetaData interface?
AnswerClick to flip back
A
getColumnSize(int column)
💡 Explanation:
This is the correct answer because there is no method named getColumnSize(int column) in ResultSetMetaData interface. The correct method name is getColumnDisplaySize(int column), which indicates the designated column's normal maximum width in characters.