资讯

How to add Java Scanner char support The Java Scanner class provides methods that take String input and convert that String into any Java primitive type you might need, except for one: the char.
Want to know more about standard Java I/O concepts like standard input, standard output, and standard error? Read on!