173k views
0 votes
The collections framework algorithms are __________, i.e., each of these algorithms can operate on objects that implement specified interfaces without concern for the underlying implementations.

2 Answers

4 votes

Answer: Since java.util.PriorityQueue doesn't use the Cloneable interface, I think it's safe to say that Serializable interfaces are implemented in all instances.

Step-by-step explanation:

User Veeresh Patil
by
3.8k points
7 votes

C.) Polymorphic.

Just trust a bro, its correct.

User MasterGberry
by
4.3k points