references: http://www.javaperformancetuning.com/articles/randomaccess.shtml http://stackoverflow.com/questions/322715/when-to-use-linkedlist-over-arraylist LinkedList and ArrayList are two different implementations of the List interface. LinkedList…