📚 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?

  1. sort(int[] a)
  2. indexOf(Object o)
  3. copyOfRange(double[] orr, int fr, int t)
  4. Both 1 and 2
  5. Both 2 and 3