Remove the First Element from a List 1. Overview In this super-quick tutorial, we’ll show how to remove the first element from a List. We’ll perform this operation for two common implementations of the List interface – ArrayList and LinkedList. 2. Creating a List Firstly, let’s populate our Lists: @Before public… Continue Reading java-remove-first-element-from-list