Which of the following is NOT a required attribute of a window?
A. title
B. width
C. height
D. color
Answer: D
Computer Science & Information Technology
You might also like to view...
An empty table does not contain any fields.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
All fields declared in an interface __________.
a. have protected access b. must be initialized in the class implementing the interface c. have private access d. are treated as final and static
Computer Science & Information Technology
struct Student { char firstName[15]; char lastName[15]; struct Address homeAddress; };
What will be an ideal response?
Computer Science & Information Technology
Referring to the figure above, if you clicked the green check mark (Enter button) in the Quick Tag Editor window, what would happen?
A. The opening tag would be changed to h2. B. The closing tag would be changed to h2. C. Both a and b. D. Neither a nor b.
Computer Science & Information Technology