Which statement is false?
a. Each primitive type has a corresponding type-wrapper class.
b. The type-wrapper classes enable you to manipulate primitive-type values as objects.
c. Type-wrapper classes are final, so you cannot extend them.
d. The methods for primitive types correspond to the methods for the corresponding type-wrapper classes.
D
Computer Science & Information Technology
You might also like to view...
Which of the following is NOT a part of theme colors?
A) Accent colors B) Page color C) Text and background colors D) Hyperlink colors
Computer Science & Information Technology
The __________ property is used to get the number of items in a collection.
a. accumulator b. enumerator c. index d. count
Computer Science & Information Technology