Method names

Report a typo

Arrange the following options by arranging method names with the correct counterpart that matches the description.

Match the items from left and right columns
offerFirst()
addLast()
addFirst()
pollFirst()
pollLast()
Retrieves and removes the first element
Inserts at the end
Retrieves and removes the last element
Inserts at the front without throwing exception
Inserts at the front
___

Create a free account to access the full topic