19 Java - Priority Queue, Compartor vs Comparble
Priority Queue
Queue is an interface, child of Collection interface.
Generally Queue follows FIFO approach, but there are exceptions like PriorityQueue
Supports all the methods available in Collection + some other methods mentioned below
Method...
chetan77.hashnode.dev7 min read