Multiple choice

Which of the following methods is not present in the AbstractLayoutCache class in Java?

  1. isRootVisible()

  2. isRowHeightFixed()

  3. isExpanded(TreePath path)

  4. getRowCount()

  5. getRowHeight()

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

This is the correct choice because there is no method named isRowHeightFixed() in class AbstractLayoutCache.