
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- 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 Questions & Answers
- Differences between ArrayList and LinkedList in Java
- What is the difference between Vector and ArrayList in Java?
- Difference Between LinkedList and LinkedHashSet in Java
- Difference between ArrayList and CopyOnWriteArrayList in Java
- Difference between ArrayList and HashSet in Java
- Difference Between List and ArrayList in Java
- Difference Between ArrayList and Vector in Java
- What is the difference between the size of ArrayList and length of Array in Java?
- Difference between Synchronized ArrayList and CopyOnWriteArrayList in Java
- Difference between ArrayList and CopyOnWriteArrayList in Java programming.
- Convert LinkedList to ArrayList in Java
- What is the difference between Java and Core Java?
- What is the difference between Java and Java EE
- What is the difference between Java and JavaScript?
- What is the difference between /* */ and /** */ comments in Java?
Advertisements