Multiple Choice
What does the following statement do?
JTextArea textField = JTextArea(message, 25, 15) ;
A) It creates a text area with 25 columns and 15 rows that will initially display the text stored in the String object message.
B) It creates a text area with 25 columns and 15 rows that will initially display the text stored in the text area textField.
C) It creates a text area with 25 rows and 15 columns that will initially display the text stored in the String object message.
D) It creates a text area with 25 rows and 15 columns that will initially display the text "message".
Correct Answer:

Verified
Correct Answer:
Verified
Q28: If a user enters a value in
Q29: To force the JFrame that encloses a
Q30: When an item in a Jlist object
Q31: If addressList is a JList component, what
Q32: What will display when the following code
Q34: What will the following code do when
Q35: When you write a change listener class
Q36: If a user enters a value in
Q37: A menu system may consist of each
Q38: What will be the results of executing