Autoboxing

Why Trust Techopedia

What Does Autoboxing Mean?

Autoboxing is a term for newer coding conventions, primarily in Java, that can help match the primitive types and wrapper classes of various kinds of variables. Autoboxing essentially allows for referencing the value of a primitive type through type conversion and passing it on to a more sophisticated reference.

Advertisements

Techopedia Explains Autoboxing

One prime example of the way that autoboxing works is in using the integer in code. The primitive type reference "int" contrasts with the object-based reference "Integer." In older versions of Java, it was not possible to get a new value through referencing primitive types in certain ways, such as calculation of the sum of two of these variables. Autoboxing allows this kind of value identification by taking values from the primitive types, which are then "autoboxed" into a wrapper class. "Unboxing" refers to the reverse process.

Autoboxing is available on newer Java versions, and can save time and effort by making the conversion process automatic. Programmers can use it in various ways, with integers, floats and other simple data types, to provide more diverse results in code.

Advertisements

Related Terms

Margaret Rouse
Editor

Margaret jest nagradzaną technical writerką, nauczycielką i wykładowczynią. Jest znana z tego, że potrafi w prostych słowach pzybliżyć złożone pojęcia techniczne słuchaczom ze świata biznesu. Od dwudziestu lat jej definicje pojęć z dziedziny IT są publikowane przez Que w encyklopedii terminów technologicznych, a także cytowane w artykułach ukazujących się w New York Times, w magazynie Time, USA Today, ZDNet, a także w magazynach PC i Discovery. Margaret dołączyła do zespołu Techopedii w roku 2011. Margaret lubi pomagać znaleźć wspólny język specjalistom ze świata biznesu i IT. W swojej pracy, jak sama mówi, buduje mosty między tymi dwiema domenami, w ten…