Tag Archives: When do you think ArrayList is the worst choice?

List in Java

List in java is the sub-interface of the collection interface present since JDK 1.2. It is used to store multiple elements or Objects as a single entity. Important points about List Interface It is an index-based. List can store duplicate data.… Read More »