How do I prevent input from being visible on the display console in Java? I, for instance, want to take some private info as input from the user, but don't want to make it visible to the people around him.
How do I prevent input from being visible on the display console in Java? I, for instance, want to take some private info as input from the user, but don't want to make it visible to the people around him.