Computer Applications
Corresponding wrapper class of float data type is
- FLOAT
- float
- Float
- Floating
Java Library Classes
8 Likes
Answer
Float
Reason — Corresponding wrapper class of float data type is Float.
Answered By
3 Likes
Related Questions
If int arr [] = {3, 5, 7, 9}; what is the value of arr.length?
- 3
- 5
- 4
- Cannot be determined
A binary search
- can be used with sorted arrays only.
- can be used with unsorted arrays only.
- can be used with both sorted and unsorted arrays.
- cannot be used with arrays.
What will be the output of the following code?
System.out.println("Lucknow".substring (0, 4));- Lucknow
- Luckn
- Luck
- luck
This access specifier is the most open access level.
- Public
- Protected
- Private
- Default