Multiple Choice
What happens if a text field's width is set to 10 characters and the user types more characters into it?
A) The user interface automatically widens the field's width.
B) An InputMismatchException is thrown.
C) The earlier characters are deleted and only the last ten are shown and entered.
D) The characters are entered but only those that fit into the width are shown.
Correct Answer:

Verified
Correct Answer:
Verified
Q18: A/an _ object contains methods that describe
Q19: An event listener for a button must
Q26: Which java package must be imported if
Q28: Which of the following statements about event
Q57: _ are generated when the user presses
Q74: Which of the following statements about an
Q77: The _ method should be called whenever
Q79: To associate an event listener with a
Q84: Which of the following statements will compile
Q96: You have a class that extends the