Computer Applications
When primitive data type is converted to a corresponding object of its class, it is called:
- Boxing
- Unboxing
- explicit type conversion
- implicit type conversion
Java Library Classes
ICSE Sp 2024
51 Likes
Answer
Boxing
Reason — Boxing is the conversion of primitive data type into an object of its corresponding wrapper class.
Answered By
31 Likes
Related Questions
The expression which uses >= operator is known as:
- relational
- logical
- arithmetic
- assignment
Ternary operator is a:
- logical operator
- arithmetic operator
- relational operator
- conditional operator
The number of bytes occupied by a character array of 10 elements.
- 20 bytes
- 60 bytes
- 40 bytes
- 120 bytes
The method of Scanner class used to accept a double value is:
- nextInt()
- nextDouble()
- next()
- nextInteger()