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