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