To specify that an option button be already selected, you type ____.
A. checked="yes"
B. value="checked"
C. checked="checked"
D. value="yes"
Answer: C
Computer Science & Information Technology
You might also like to view...
Answer the following statements true (T) or false (F)
1. If an array, names, consists of a list of usernames, then names[1] holds the value of the first username in the list. 2. Each element in a two-dimensional array has two subscripts. 3. To calculate the total of the values in an array, a loop is used with an accumulator variable. 4. An array, like a variable, can hold only one value.
Computer Science & Information Technology
Which method can you use to find out the number of the bytes in a file using InputStream?
a. length() b. available() c. size() d. getSize()
Computer Science & Information Technology