Autoboxing
Advertisement
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.
Advertisement
Related Terms
Related Reading
- Single-Tenant vs. Multi-Tenant Applications: How to Choose
- Multimodal Learning: A New Frontier in Artificial Intelligence
- Uncovering Security Breaches
- 10 Big Data Do's and Don'ts
- Can the Blockchain Be Hacked?
- What Is an Air Gap Backup and Why Do You Need One?