📚 Practice Mode

Java and Python Programming Fundamentals Quiz

Learn at your own pace with hints and detailed explanations

1 / 20
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