Why do we need wrapper classes? Ans. It is sometimes easier to deal with primitives as objects. Moreover most of the collection classes store objects and not primitive data types. And also the wrapper classes provide many utility methods also. Because of these reasons we need wrapper classes. And since we create instances of these classes we can store them in any of the collection classes and pass them around as a collection. Also we can pass them around as method parameters where a method expects an object. - Study24x7
Social learning Network
01 Dec 2023 10:34 AM study24x7 study24x7

Why do we need wrapper classes? Ans. It is sometimes easier to deal with primitives as objects. Moreover most of the collection classes store objects and not primitive data types. And also the wrapper classes provide many utility methods also. Because of these reasons we need w...

See more

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles