Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Java Software Structures
Quiz 3: Introduction to Collections - Stacks
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Question 1
Multiple Choice
What is the principle difference in behavior between a stack and a queue?
Question 2
Multiple Choice
Stacks operate as _______________.
Question 3
Multiple Choice
A ______ can be used to reverse the order of a set of data.
Question 4
Multiple Choice
A pop operation on a Stack returns a(n)
Question 5
Multiple Choice
To add an element to a stack you use the method.
Question 6
Multiple Choice
Which of the following is the correct way to instantiate an array of 10 generic objects?
Question 7
Multiple Choice
Elements in a collection are typically organized by
Question 8
Multiple Choice
A polymorphic reference uses _______________, not the type of the reference, to determine which version of a method to invoke.
Question 9
Multiple Choice
In an array implementation of a Stack, the array is ___________ causing the implementation to have to create a new larger array and copy the contents of the stack into the new array in order to expand the capacity of the stack.