Computer Applications
Corresponding wrapper class of float data type is …………… .
- FLOAT
- float
- Float
- Floating
Related Questions
Method that converts a character to uppercase is …………… .
- toUpper()
- ToUpperCase()
- toUppercase()
- toUpperCase(char)
Give output of the following String methods:
"SUCESS".indexOf('S') + "SUCCESS".lastIndexOf('S')
- 0
- 5
- 6
- -5
…………… class is used to convert a primitive data type to its corresponding object.
- String
- Wrapper
- System
- Math
Give the output of the following code:
System.out.println("Good".concat("Day"));
- GoodDay
- Good Day
- Goodday
- goodDay