The post explains two important implementations of Java Stack data structure using array and linked list with examples. It also discusses the advantages & disadvantages of one implementation over the other and the time complexity of each implementation. Prerequisites: Knowledge of Java, data structures, stack data structure and the operations performed on it. Basic knowledgeContinue reading “Implementing stack using array and linked list in Java”