Join Examsbook
862 0

Q: What is autoboxing and unboxing ?

  • Show AnswerHide Answer
  • Workspace

Answer :
Explanation :

Autoboxing is the automatic conversion that the Java compiler makes between the primitive types and their corresponding object wrapper classes. For example, converting an int to an Integer, a double to a Double, and so on. If the conversion goes the other way, this is called unboxing.

Are you sure

  Report Error

Please Enter Message
Error Reported Successfully