What is the return type of the indexOf(element) method when the element is not found in the list?
indexOf(element)
NoSuchElementException
-1
null
0