How to use Scanner to read silently from STDIN in Java?

Posted by Nazgulled on Stack Overflow See other posts from Stack Overflow or by Nazgulled
Published on 2010-05-23T20:00:34Z Indexed on 2010/05/23 20:11 UTC
Read the original article Hit count: 305

Filed under:
|
|
|
|

Hi,

Is it possible to use the Java Scanner to read from STDIN silently? I mean, without outputting any pressed chars to the terminal?

© Stack Overflow or respective owner

Related posts about java

Related posts about read