Multiple choice

Which of the following declarations of TextArea() method creates a text area of rows specified and width to accommodate the specified character?

  1. TextArea()

  2. TextArea(String)

  3. TextArea(rows,character)

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This declaration of TextArea() method creates a text area of rows specified and width to accommodate the character specified.