All the concrete classes in the java collections framework implement _____________. the cloneable interface the comparable interface the comparator interface the serializable interfaces
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.