previous
|
start
|
next
Abstract Data Type Stack
The
Stack
class is a concrete implementation of a stack in the Java library
The
Stack
class uses an
Object[]
to implement a stack
previous
|
start
|
next