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?


July 07, 2008 07:35:51 #1
 GMadhavaReddy222   Member Since: July 2008    Total Comments: 3 

RE: Wrapping an Object
 
The process of writing a primitive data type into an object is called wrapping an Object 

Generally wrapped object contain value of primitive type(int, float, double, boolean)
     

 

Back To Question