Point values of the font-size property are relative values.

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


False

Computer Science & Information Technology

You might also like to view...

Which of the following statements about polymorphism is false?

a. With polymorphism, you can direct a variety of objects to behave in manners appropriate to those objects without even knowing their types. b. With polymorphism, new types of objects that can respond to existing messages can easily be incorporated into a system without modifying the base system. c. Polymorphism enables you to deal in specifics and let the execution-time environment concern itself with the generalities. d. To get polymorphic behavior among existing objects, those objects must be instantiated from classes in the same inheritance hierarchy.

Computer Science & Information Technology

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

1. The subscript of an array must be an integer or an integer expression. 2. The first character of a string called name is name[0]. 3. If a function has the following prototype, changes to the array parameter of the function will not change the actual array argument in the call: void doSomething(int [ ]); 4. The formal array parameter in a function represents the address of the first element in the actual array argument. 5. An array is always passed by reference.

Computer Science & Information Technology

Which methods retrieve and set the image that's displayed in a JLabel?

a. getIcon, setIcon. b. getResource, setResource. c. getText, setText. d. getImageIcon, setImageIcon.

Computer Science & Information Technology

What GUI element is usually on the right side of the taskbar and displays open services?

A. status tray B. display area C. system tray D. identification area

Computer Science & Information Technology