Computer Applications
The sales made by 5 salesmen selling 5 products is stored in a two-dimensional array of integer data type. How many bytes does the array occupy?
- 25
- 200
- 50
- 100
Related Questions
Which of the following String methods returns a negative value?
- length()
- equals()
- compareTo()
- charAt()
An array with 3 elements is arranged in a ascending order as follows:

Name the technique used:
- Bubble sort
- Linear Search
- Selection sort
- Binary Search
Assertion (A): The substring() method modifies the original String.
Reason (R): The substring() method can extract part of a String starting from a specific index.
- (A) is true and (R) is false.
- (A) is false and (R) is true.
- Both (A) and (R) are true and (R) is a correct explanation of (A).
- Both (A) and (R) are true and (R) is not a correct explanation of (A).
In constructor overloading, all constructors should have the the same name as of the class but with a different set of …………… .
- Access specifiers
- Classes
- Return type
- Parameters