Computer Applications
The parseInt() function is a member of
- integer wrapper class
- character wrapper class
- boolean wrapper class
- none
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
valueOf() function converts
- Primitive type to String
- String to primitive type
- character to String
- None
Which of the following functions checks whether a character is a blank or not?
- Character.isBlankSpace( )
- Character.isWhiteSpace( )
- Character.isEmptySpace( )
- Character.isNull( )