Home » JAVA Programming » Data Structures » Question
  1. PriorityQueue is thread safe.
    1. Thread Safe
    2. true
    3. Not thread safe
    4. False
    5. A and B both
Correct Option: E

PriorityQueue is not synchronized. BlockingPriorityQueue is the thread safe implementation.



Your comments will be displayed only after manual approval.