What does the following line of code do? Textfield text = new Textfield(10); (a) Creates text object

Question:

What does the following line of code do? Textfield text = new Textfield(10);

(a) Creates text object that can hold 10 rows of text.

(b) Creates the object text and initializes it with the value 10.

(c) Creates text object that can hold 10 columns of text.

(d) The code is illegal.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question
Question Posted: