Computer Applications
…………… class is used to convert a primitive data type to its corresponding object.
- String
- Wrapper
- System
- Math
Related Questions
Give output of the following String methods:
"SUCESS".indexOf('S') + "SUCCESS".lastIndexOf('S')
- 0
- 5
- 6
- -5
Corresponding wrapper class of float data type is …………… .
- FLOAT
- float
- Float
- Floating
Give the output of the following code:
System.out.println("Good".concat("Day"));
- GoodDay
- Good Day
- Goodday
- goodDay
A single dimensional array contains N elements. What will be the last subscript?
- N
- N - 1
- N - 2
- N + 1