Which of the following is an example of a wrapper class?
a) Double
b) int
c) String
d) System
a.
Computer Science & Information Technology
You might also like to view...
The ____ calendar item status option shows time with a white bar in Day, Week, Work Week, or Month view.
A. Free B. Tentative C. Out of Office D. Busy
Computer Science & Information Technology
What is the value of the variable myLetter after the following statements are executed?
``` var name = "Santa Claus"; var myLetter = name.charAt(3); ``` a. "a" b. "t" c. "" d. "Santa Claus"
Computer Science & Information Technology