Which data structure is used for implementing priority queue?

Explanation:
Priority Queue is implemented using Heap.