Which of the following statements are true?

a. You can specify a horizontal text alignment in a text area.
b. You can specify the number of columns in a text area.
c. You can disable editing on a text area.
d. You can create a text field with a specified text area.
e. You can specify the number of rows in a text area.


b. You can specify the number of columns in a text area.
c. You can disable editing on a text area.
d. You can create a text field with a specified text area.
e. You can specify the number of rows in a text area.

Computer Science & Information Technology

You might also like to view...

Given the array declaration, int a[20]; The last (legal) element is written as:

a)``` a[2] ``` b)``` a[0] ``` c)``` a ``` d)``` a[20] ``` e)``` a[19] ```

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. The browser creates an instance of the applet class automatically. 2. HTML describes the content and layout of a Web page, and creates links to other files and Web pages, but does not have sophisticated abilities such as performing math calculations and interacting with the user. 3. An applet does not have to be on a Web server in order to be executed. 4. If you want to make sure that an applet is compatible with all Java-enabled browsers, use Swing components instead of AWT. 5. For all Swing components EXCEPT JApplet and JFrame, you should override the paintComponent method instead of the paint method.

Computer Science & Information Technology

The ____________________ attribute of the tag takes one of three values: rect, circle, or poly.

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

Computer Science & Information Technology

A group of nodes that hear each other's traffic is defined as a(n) __________________.

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

Computer Science & Information Technology