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