Autoboxing in Java

Autoboxing in Java

Autoboxing introduced in Java 5 enables to use the Wrapper Objects directly as primitive data types when it comes to using them with different operators. Autoboxing helps in extra lines of code of unwrapping and wrapping operations to work with the expressions. In this video tutorial i have demonstrated how autoboxing makes life easy for the developer by generating code that is needed for autoboxing.

Video producer: http://java9s.com/