I disagree with dineshj83 in that the "next token" can be read and returned as a String using the Scanner.next() method. You should study the Scanner API page to see what other methods there are and...