Java 5 new feature:Autoboxing and Unboxing in Java

preview_player
Показать описание
The automatic conversion of primitive data types into its equivalent Wrapper type is known as boxing and opposite operation is known as unboxing. This is the new feature of Java5. So java programmer doesn't need to write the conversion code.
Below is the GitHub link to download source:
Рекомендации по теме