Question
Explain Autoboxing?
Answer
Autoboxing is the automatic conversion that the Java compiler makes between the primitive types and their corresponding object wrapper classes
Explain Autoboxing?
Autoboxing is the automatic conversion that the Java compiler makes between the primitive types and their corresponding object wrapper classes