Homework Clinic

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

Title: In order to input a list of values and output them in order, you could use a Queue. In order to ...
Post by: sam.t96 on Aug 30, 2020

Question 1

Generics provide a mechanism for ensuring that collections are heterogeneous rather than homogeneous.
◦ true
◦ false

Question 2

In order to input a list of values and output them in order, you could use a Queue.  In order to input a list of values and output them in opposite order, you could use a Stack.
◦ true
◦ false
Title: In order to input a list of values and output them in order, you could use a Queue. In order to ...
Post by: Li Jun on Aug 30, 2020

Answer 1

false

Answer 2

true