Computer Applications
valueOf() function converts
- Primitive type to String
- String to primitive type
- character to String
- None
Java Library Classes
24 Likes
Answer
String to primitive type
Reason — valueOf() function converts String to primitive type.
Answered By
15 Likes
Related Questions
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
Which of the following functions checks whether a character is a blank or not?
- Character.isBlankSpace( )
- Character.isWhiteSpace( )
- Character.isEmptySpace( )
- Character.isNull( )
Which of the following statements is true?
- Character.isLowerCase( ) and Character.toLowerCase( ) are same.
- Character.isLetter( ) and Character.isAlphabet( ) are same.
- parse and valueOf functions are same.
- Character.isDigit( ) and Character.isNumber( ) are same.