Which of the following statements about stacks and queues is true? a. Stacks and queues can store

Question:

Which of the following statements about stacks and queues is true?

a. Stacks and queues can store only integers as their data.

b. A stack returns elements in the same order as they were added (first-in, first-out).

c. A queue’s remove method removes and returns the element at the front of the queue.

d. Stacks and queues are similar to lists, but less efficient.

e. The peek method allows access to the element at the bottom of a stack.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Building Java Programs A Back To Basics Approach

ISBN: 9780135471944

5th Edition

Authors: Stuart Reges, Marty Stepp

Question Posted: