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".

C) It creates a text area with 25 rows and 15 columns that will initially display the text stored in the String object message.

Computer Science & Information Technology

You might also like to view...

What DSL variant has a distance limitation of 18,000 ft. between a DSL modem and its DSLAM?

a. HDSL b. ADSL c. SDSL d. VDSL

Computer Science & Information Technology

The process of finding and fixing errors in a computer program is called ____________.?

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology