September 2011
Beginner
650 pages
15h 47m
English
In general, autoboxing and unboxing take place whenever a conversion into an object or from an object is required. This applies to expressions. Within an expression, a numeric object is automatically unboxed. The outcome of the expression is reboxed, if necessary. For example, consider the following program:

The output is shown here:

In the program, pay special attention to this line:
![]()
This causes the value ...
Read now
Unlock full access