Multiple Choice
The stack class provided by the Java Collections Framework
A) can be used to hold values of any type
B) can be used to create stacks of int
C) cannot be used to instantiate a stack of int,or of any primitive type
D) is not efficient,so its use is not recommended
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q26: Consider a class that uses the following
Q27: In a list implementation of a queue,the
Q28: A stack based on a linked list
Q29: In a queue implementation that uses an
Q30: Which of the following operations is not
Q31: A queue based on a linked list
Q32: The stack push operation<br>A) is normally implemented
Q34: The operation for adding an item to
Q35: The stack empty operation<br>A) removes all elements
Q36: A queue based on a linked list