Java and Python Programming Fundamentals Quiz

Casual Mode - Take your time!

1 / 20
Correct
0
Incorrect
0
Score
0%
Multiple Choice

By using which method ,How can one increase size of an ArrayList?

  1. incSize(int minCapacity)
  2. ensureCapacity(int minCapacity)
  3. incCapicity(int minCapacity)
  4. All of the Above
Change Mode