Does any one know how to type passpword in console. If we type anything anything in the console, it will appear on the screen. Is there any way to code so that the password will appear as ********. Thanks
This question is asked many times and the answer is always that you can't with do that with Java/CUI. A GUI window is needed for htis purpose. GUI is on the other hand an overkill for this purpose.