Based on ListInteface.java, an attempt to remove and item from an empty list will...

Throw an IndexOutofBoundsException
  • Return null
  • Set the length of the list to -1
  • Return the same item

There are no hints for this question