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