BMC Software Interview Question

What are the various methods provided by queue?

Interview Answer

Anonymous

May 10, 2021

add(object), offer(object),remove(),poll(),element(), peek()

1