What is a LinkedList ? LinkedList is a class extend from java.util.AbstractSequentialList and implement the interface List and Deque, this framework is used to handle the type of data structures stack and queue. In this post I will not discuss about the stack and queue. so I just focus on How to Implement Stack & Queue in Java.