Multiple Choice
To add an element to a stack you use the method.
A) push
B) pop
C) peek
D) size
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q32: What is key to remember when handling
Q33: Objects that are stored in a collection
Q34: How do object references help us define
Q35: Why should a linked list node be
Q36: A pop operation on a Stack returns
Q38: Why is a class an excellent representation
Q39: A linked structure uses object reference variables
Q40: What are some of the other operations
Q41: What do the LinkedStack<T> and ArrayStack<T> classes
Q42: Any implementation of a _ can be