Computer Applications
Automatic conversion of primitive data into an object of wrapper class is called
- autoboxing
- explicit conversion
- shifting
- none
Java Library Classes
32 Likes
Answer
autoboxing
Reason — Automatic conversion of primitive data into an object of its equivalent wrapper class is called autoboxing.
Answered By
20 Likes
Related Questions
A package contains:
- tags
- classes
- data
- arrays
Each primitive data type belongs to a specific
- block
- object
- wrapper class
- none
The parseInt() function is a member of
- integer wrapper class
- character wrapper class
- boolean wrapper class
- none
valueOf() function converts
- Primitive type to String
- String to primitive type
- character to String
- None