MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following two statements int x = 25;Integer y = new Integer(33);What is the difference between these two statements? |
| A. | Primitive data types |
| B. | primitive data type and an object of a wrapper class |
| C. | Wrapper class |
| D. | None of the above |
| Answer» C. Wrapper class | |