Questions
Which of the following methods is not present in the AbstractButton class in java?
- getMargin()
- getText()
- getIconTextGap()
- getLabel()
- getMnemonic()
Which of the following methods is not present in the AbstractLayoutCache class in java?
- getRowCount()
- getRowHeight()
- invalidateSizes()
- isRootVisible()
- isRowHeightFixed()
Which of the following methods is not present in the TableModel Interface in java?
- getValueAt(int rowIndex, int colIndex)
- getColCount()
- setValueAt(Object aValue, int rowIndex, int colIndex)
- getRowCount()
- isCellEditable(int rowIndex, int colIndex)
Which of the following methods is not present in the AbstractDocument class in java?
- getLength()
- getStartPosition()
- getDocumentContent()
- writeUnlock()
- getEndPosition()
Which of the following methods is not present in the TextLayout class in java?
- isLeftToRight()
- isRightToLeft()
- getCharacterCount()
- isVertical()
- getBounds()
Which of the following methods is/are not present in the GridLayout class in java?
- layoutSize(Container parent)
- minLayoutSize(Container parent)
- setCols(int cols)
- getCols()
- All of the above
Which of the following methods is not present in the TableColumn class in java?
- sizeWidthToFit()
- getMaximumWidth()
- getIdentifier()
- getPreferredWidth()
- getResizable()
Which of the following methods is not present in the ImageInputStream Interface in java?
- isCached()
- getImage()
- readBoolean()
- getStreamPosition()
- flush()
Which of the following methods in HttpCookie class returns the maximum age of the cookie in seconds?
- getMaxAgeInSeconds()
- getMaxAge()
- getMaximumAge()
- getMaximumAgeInSeconds()
- getAge()
Which of the following methods is not present in the HttpCookie class in java?
- getPath()
- getValue()
- isHttpOnly()
- getMaximumAge()
- clone()
Which of the following methods is not present in the Imageview class in java?
- getImageURL()
- getNoImageIcon()
- getAltText()
- getLoadingImageIcon()
- getURL()
Which of the following methods is not present in the TextArea class in java?
- getCols()
- getMinimumSize()
- getRows()
- append(String str)
- insert(String str, int pos)
Which of the following methods is present in the GroupLayout class in java?
- setVGap(int gap)
- setVGroup(GroupLayout.Group group)
- getLayoutAlignmentY(Container parent)
- minLayoutSize(Container parent)
- layoutSize(Container parent)
Which of the following methods in TextField class fetches the minimum dimensions for this text field?
- minimumSize()
- minSize()
- getMinSize()
- getMinimumSize()
- getMinDimensions()
Which of the following methods in AbstractButton class returns the margin between the button border and the label?
- getTextBorderGap()
- getBorderLabelMargin()
- getMargin()
- getTextBorderMargin()
- getIconTextGap()