What Is The Correct Method Used To Insert And Delete Items From #785
What is the correct method used to insert and delete items from the queue?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Util Collections Framework - Java Queue - Quiz No.1.
What is the correct method used to insert and delete items from the queue?
push and pop
enqueue and dequeue
enqueue and peek
add and remove