Multiple Choice
What's the difference between a text field and a text area?
A) A text field is used for input only and a text area is used for output only.
B) A text field can be edited by the user but a text area cannot.
C) A text area can have scroll bars but a text field cannot.
D) A text field is for a single line of text and a text area is for multiple lines of text.
Correct Answer:

Verified
Correct Answer:
Verified
Q20: Consider the following code snippet: JFrame frame
Q26: Which java package must be imported if
Q38: Event listeners are often installed as _
Q44: Which of the following is an event
Q44: Consider the following code snippet:<br>Public static void
Q45: Place drawing instructions inside the _ method,
Q45: Consider the following code snippet:<br>JPanel panel =
Q48: Which of the following statements should be
Q53: The Graphics class is part of the
Q59: Which container is used to group multiple