Which method of the Scanner class is used to read a single word from the user input in Java?
nextWord()
next()
nextLine()
read()