Autoboxing and Unboxing in Java

25.09.2012
A quick video that explains you the concepts of Auboxing and Unboxing in Java! 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.

Похожие видео

Показать еще