GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE  >  Core Java

 Print  |  
Question:  Wrapping an Object

Answer: What does "wrapping" an object mean?


September 09, 2008 22:16:11 #4
 nookashiva   Member Since: September 2008    Total Comments: 2 

RE: Wrapping an Object
 
 The process converting the Primitive datatype into object (Interger,Float...ect).

Ex: Interget i=new Interger(100);
     

 

Back To Question