Solved

Which of the Following Statements Creates an Empty TextArea

Question 7

Multiple Choice

Which of the following statements creates an empty TextArea?


A) TextArea textArea = new TextArea() ;
B) TextArea textArea = new TextArea(" ") ;
C) TextArea = new textArea() ;
D) TextArea textArea = new TextArea.textArea("") ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions