Which statement is false?

a. Queue is a new collection interface introduced in J2SE 5.0.
b. Queue and PriorityQueue are included in the java.util package.
c. PriorityQueue orders elements in increasing order, so that smallest value will be the first element removed from
PriorityQueue.
d. Queue extends interface Collection.

c. PriorityQueue orders elements in increasing order, so that smallest value will be the first element removed from
PriorityQueue.

Computer Science & Information Technology

You might also like to view...

When multiple windows are open, you can minimize all but the active window by using ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following is one of the Arrange commands?

A. Send Backward B. Send to Back C. Place Back D. Get Back

Computer Science & Information Technology