Computer Applications
Related Questions
Each primitive data type belongs to a specific
- block
- object
- wrapper class
- none
Automatic conversion of primitive data into an object of wrapper class is called
- autoboxing
- explicit conversion
- shifting
- 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