Multiple choice

Which of the following methods is not present in the TableColumn class in java?

  1. sizeWidthToFit()

  2. getMaximumWidth()

  3. getIdentifier()

  4. getPreferredWidth()

  5. getResizable()

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

This is the correct answer. There is no method named getMaximumWidth() in TableColumn class. The correct method name is getMaxWidth() and it returns the maximum width for the TableColumn.