Computer Applications
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.
Related Questions
The main objective of passing arguments to functions is
- message passing
- parameter passing
- variable passing
- argument passing
If int arr [] = {3, 5, 7, 9}; what is the value of arr.length?
- 3
- 5
- 4
- Cannot be determined
Corresponding wrapper class of float data type is
- FLOAT
- float
- Float
- Floating
What will be the output of the following code?
System.out.println("Lucknow".substring (0, 4));- Lucknow
- Luckn
- Luck
- luck