Multiple choice Which of the following is not the method of the scanner class object in java? Next() nextLine() nextInt() nextChar() nextLong() Reveal answer Fill a bubble to check yourself D Correct answer Explanation There is no function defined in scanner class to take character input. So, there is no function named nextChar(). Hence, this is the correct answer.