Multiple choice Which of the following methods is not present in the AbstractLayoutCache class in Java? isRootVisible() isRowHeightFixed() isExpanded(TreePath path) getRowCount() 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.