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...

Systems analysts define an object’s attributes during the systems design process.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A __________ configuration is a current record of the configuration of the information system for use in comparisons to future states.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A method name that is "overloaded" has multiple definitions.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

You can call a Random object's ____________ method to get a random floating-point number between 0.0 and 1.0.

a. Get Double b. Next Float c. Next Double d. Double Rand

Computer Science & Information Technology