Homework Clinic

Science Clinic => Computer Science => Programming and Graphic Design => Topic started by: a0266361136 on Aug 30, 2020

Title: Queues and Stacks can be implemented using either arrays or linked lists.
Post by: a0266361136 on Aug 30, 2020

Question 1

It is possible to restrict the type of object which is stored within a Java collection by using a generic type when the collection is declared.
◦ true
◦ false

Question 2

Queues and Stacks can be implemented using either arrays or linked lists.
◦ true
◦ false
Title: Queues and Stacks can be implemented using either arrays or linked lists.
Post by: kusterl on Aug 30, 2020

Answer 1

true

Answer 2

true