what is the use of Wrapper classes in Java?
835479Jan 30 2011 — edited Jan 31 2011I just want to know what is the exact use of Wrapper classes which are provided for alternative to Primitive types in Java Apart from working with object. In which situation we can to use Wrapper classes and primitive types.