Multiple Choice
The Java API includes a Stack class as part of the package java.util. This class is declared as follows:
A) public class Stack<E> implements Vector<E>
B) public class Stack<E> extends List<E>
C) public class Stack<E> extends Vector<E>
D) public class Stack<E>
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: The storage policy used by a stack
Q7: The _ class implements a growable array
Q8: An alternative to implementing a stack as
Q9: Rewrite the following as an infix expression:
Q10: The method _ returns the position of
Q12: The array data field can be used
Q13: A(n) _ is a data structure in
Q14: In terms of efficiency, all stack operations
Q15: Which of the following is a balanced
Q16: A(n) _ is a string that reads