| |
GeekInterview.com > Interview Questions > J2EE > Core Java
| Print | |
Question: Wrapping an Object
Answer: What does "wrapping" an object mean? |
| December 12, 2008 05:16:22 |
#7 |
| ranaraj |
Member Since: November 2008 Total Comments: 3 |
RE: Wrapping an Object |
| As we know that Java is not fully (100%) object oriented programming
language, because we use some predefined instance like int, float, et al. so we
use wrapping class to change this thing into object.
Simple class name wrapper class name
test Test
student Student |
| |
Back To Question | |