Multiple choice Which of the following methods is present in the PriorityQueue class in Java? poll() offer(E e) contains(Object o) Both (1) and (2) All of these Reveal answer Fill a bubble to check yourself E Correct answer Explanation Yes, this is the correct option.