Reading single character from console in java -


how read single character console in java...?? can done without bufferedreader..?

using:

int byte = system.in.read(); char singlechar = (char)byte; 

should read single byte console.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -