0% found this document useful (0 votes)
8 views

ArrayList+in+Java

ArrayList is a component of the Java Collection Framework that implements the List Interface. It is a dynamic array that allows for the addition and removal of elements at runtime. Additionally, ArrayList enables random access to its elements.

Uploaded by

abhimanyu thakur
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

ArrayList+in+Java

ArrayList is a component of the Java Collection Framework that implements the List Interface. It is a dynamic array that allows for the addition and removal of elements at runtime. Additionally, ArrayList enables random access to its elements.

Uploaded by

abhimanyu thakur
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Java

Collection
ArrayList
Java Collection Framework:
ArrayList
• ArrayList is a part of collection framework which
implements the List Interface of Collection.
• ArrayList is Dynamic Array.
• You can add and remove Elements from Array at
runtime.
• Java ArrayList allows us to randomly access the
list.

You might also like