Contents    Page-10    Prev    Next    Page+10    Index   

Boxed Number

A boxed number, such as this instance of Integer, is nice because it can be treated as an object, used in structures such as LinkedList<Integer>, and has useful methods.

However: