Multiple Choice
Which of the following is false?
A) A JPasswordField shows that characters are being entered, but hides the actual character with an echo character.
B) Class JTextField extends JTextComponent; Class JPasswordField extends JTextField.
C) Both JTextFields and JPasswordFields are single-line areas in which the user can enter text via the keyboard.
D) JPasswordFields generate events; JTextFields do not.
Correct Answer:

Verified
Correct Answer:
Verified
Q21: FlowLayout method_ changes the alignment for the
Q22: Class JTextArea's getSelectedText method _.<br>A) returns the
Q23: A JRadioButton is different from a JCheckBox
Q24: Which of the following statements about adapters
Q25: Adding a ButtonGroup object to a container
Q27: Which method determines if a JCheckBox is
Q28: All layout managers implement the interface _.<br>A)
Q29: Which methods can be used to change
Q30: JPasswordField contains method _to obtain the data
Q31: A MouseHandler object implements which two interfaces?<br>A)