1.

Consider the following two statements (A) int x = 25; (B) 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


Discussion

No Comment Found