A List cares about the index.firstly the most imp thing is list has that non list is a set of methods related to the index,Those key methods include things like get(int index), indexOf(), add(int index, Object obj), etc.
All three List implementations are ordered by index position a position that we determine either by setting an
object at a specific index or by adding it without specifying position, in which case
the object is added to the end.
By:umang
Date:2013-03-09 00:00:00
Overriding hashCode() and equals()
What It Means if we Don\'t Override equals()
Implementing an equals() Method
So What Do we Do with a Collection?
Key Interfaces and Classes of the Collections Framework
Overview of Memory Management and Garbage Collection
Overview of Java\'s Garbage Collector
When Does the Garbage Collector Run?
How Does the Garbage Collector Work?
Reassigning a Reference Variable