I am wondering if we can use index to access List
For example:
List list; list[5] //blah....
List.get(int) allows you to access elements using the index.