How to hide password when using BufferedReader class with IDE
I’m not sure how to answer this question with the information you provided. This book can be used with many programming languages. Your question doesn’t state what language you’re using or what IDE you’re using. I bet if you can more clearly state what you’re using, someone might be able to provide a hint for you.
I’m going to guess you’re using Java.
I searched Google and found this: http://stackoverflow.com/questions/10819469/hide-input-on-command-line
Perhaps that will help point you in the right direction.
I am using Java language and NetBeans as IDE.I cannot use java console class because it does not work with IDE.I also try with the link you send(EraserThread class) but that does not work also.
I know i can do it with Console class from command Line,but i try to find a way to do it with Netbeans IDE. By the way my java version is “java version “1.8.0_45”
Thanks
Murat