Your Stack « Collections « Java Tutorial






9.52.Your Stack
9.52.1.A stack allows access to only one data item: the last item inserted
9.52.2.Using stack to reverse a string
9.52.3.Stack Example: Delimiter Matching
9.52.4.Demonstrating a stack implemented as a list