Google News
logo
Java - Interview Questions
what is the Scanner class method to read a character from the keyboard?
To read character value from the keyboard by using sc.next.charAt(0) method.
Advertisement