Primitive data type & an object of wrapper class - Wrapper classes
        
	  
	
    Q.  Consider the following two statements 
int x = 25;
Integer y = new Integer(33);
What is the difference between these two statements?- Published on 17 Jul 15a. Primitive data types
b. primitive data type and an object of a wrapper class 
c. Wrapper class
d. None of the above
ANSWER: primitive data type and an object of a wrapper class