Terms vs Autoboxed - What's the difference?
terms | autoboxed |
(computing, programming) Automatically boxed (mapped from a primitive type to a complex object).
* 2006 , Christian Gross, How to code .NET (page 38)
* 2006 , David D. Riley, The object of Java (page 484)
As a noun terms
is .As an adjective autoboxed is
(computing|programming) automatically boxed (mapped from a primitive type to a complex object).autoboxed
English
Adjective
(-)- The error indicates that we cannot typecast and modify data of an autoboxed variable.
- In the second statement the value 85.1 is autoboxed in order to conform to the type of Double.
