What is the term used for a class that is "wrapped around" a primitive data type and allows you to create objects instead of variables?
a. intrinsic class c. wrapper class
b. enclosed object d. transitional object
c. wrapper class
Computer Science & Information Technology
You might also like to view...
Which of the following assignment statements is correct?
a. char c = 'd'; b. char c = 100; c. char c = "d"; d. char c = "100";
Computer Science & Information Technology
One of the benefits of machine language is that it uses natural language and mathematical notations.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology