Solved

The Stack Class Provided by the Java Collections Framework

Question 33

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions