Autoboxing

Submit New Article

May 6, 2008 8:17 PM PDT




A language feature available in Java 2 1.5 that provides automatic conversion of data of a primitive type to the corresponding wrapper type, for example from int to Integer.