.java - main program that call the other methods DemoArrayList.java - this shows code you learned from the ArrayList tutorial DemoLinkedList.java - this shows code you learned from the LinkedList tutorial code example
Example: how to declare a linked list in java
LinkedList<String> list=new LinkedList<String>();