3 min read
This guide covers wrapper classes and autoboxing in Java. It explains the purpose of wrapper classes (like Integer and Double) for primitive types (like int and double), including their use with collections and methods. The guide also discusses constructors and important methods associated with the Integer wrapper class.
Give us your feedback and let us know how we can improve
Question 1 of 5
Which of the following is a wrapper class? 🤔
int
double
Integer
String