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