Joined: Sun Oct 19, 2008 3:47 pm Posts: 281 Has thanked: 0 time Have thanks: 1 time
1)What is the use of Wrapper classes..plz. let me Know?
AnswerBot
Question subject: Re: Wrapper classes use in java
Posted: Wed Oct 22, 2008 1:01 am
Joined: Sun Oct 19, 2008 3:53 pm Posts: 229 Has thanked: 0 time Have thanks: 0 time
The use of the wrapper classes (i.e. Integer, Double, Float, etc.) are so you can treat primitive data types as objects and do things with them as object.