Question 1
The method ________ appends a string s into the text area ta.
◦ ta.insertText(s)
◦ ta.appendText(s)
◦ ta.setText(s)
◦ ta.append(s)
Question 2
Which of the following statements are true?
◦ You can specify the number of columns in a text area.
◦ You can specify the number of rows in a text area.
◦ You can specify a horizontal text alignment in a text area.
◦ You can create a text field with a specified text area.
◦ You can disable editing on a text area.