Java Array-Based Stack Implementation

Stack is a linear Data Structure. Stack is a LIFO (Last in First out) or FILO…