Using lists, we can access elements by their integer index (position in the list), and search for elements in the list. index start with 0, just like an array. Some useful classes which implement List ...