📚 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?
- incSize(int minCapacity)
- ensureCapacity(int minCapacity)
- incCapicity(int minCapacity)
- All of the Above