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