Wrapper classes in Java - ayushmathur94/DirectQuesAns_Prep GitHub Wiki
What are wrapper classes in Java?
All primitive data types in Java have a class associated with them – known as wrapper classes. They’re known as wrapper classes because they ‘wrap’ the primitive data type into an object for the class. In short, they convert Java primitives into objects.