Autoboxing

Submit New Article

Last Modified On :   May 6, 2008 8:17 PM PDT
Rate
 




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.