110k views
4 votes
All the concrete classes in the java collections framework implement _____________. the cloneable interface the comparable interface the comparator interface the serializable interfaces

1 Answer

2 votes
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.
User Pikovayadama
by
8.7k points