What must you do before adding a primitive type to a vector?
What will be an ideal response?
The primitive type must be converted to its corresponding wrapper type. A primitive
integer value of 37 can easily converted to a corresponding Integer object: new Integer(37);
Computer Science & Information Technology
You might also like to view...
A folder cannot contain another folder
Indicate whether the statement is true or false
Computer Science & Information Technology
When delivering a presentation, you can navigate forward and backward through the slides using hyperlinks and action buttons to ____.
A. emphasize particular points B. review material C. address audience concerns D. import graphics
Computer Science & Information Technology