📚 Practice Mode
Java Methods (GATE - CS)
Learn at your own pace with hints and detailed explanations
1 / 15
Multiple Choice
Which of the following methods is/are present in the ArrayList class in Java?
- sort(int[] a)
- indexOf(Object o)
- copyOfRange(double[] orr, int fr, int t)
- Both 1 and 2
- Both 2 and 3