- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is the difference between ArrayList and LinkedList in Java?
An array list is created with an initial size. When this size is exceeded, the collection is automatically enlarged. When objects are removed, the array may be shrunk.
The LinkedList class extends AbstractSequentialList and implements the List interface. It provides a linked-list data structure.
- Related Articles
- Differences between ArrayList and LinkedList in Java
- Difference Between LinkedList and LinkedHashSet in Java
- Convert LinkedList to ArrayList in Java
- Difference between ArrayList and HashSet in Java
- Difference between ArrayList and CopyOnWriteArrayList in Java
- Difference Between List and ArrayList in Java
- What is the difference between the size of ArrayList and length of Array in Java?
- Difference between ArrayList and CopyOnWriteArrayList in Java programming.
- Difference between Synchronized ArrayList and CopyOnWriteArrayList in Java
- Program to convert ArrayList to LinkedList in Java
- When to use LinkedList over ArrayList in Java
- Difference between Array and ArrayList
- Difference between length of Array and size of ArrayList in Java
- What is the difference between Java and Core Java?
- What is the difference between Java and Java EE

Advertisements