Hii all,
Using Scanner class I am accepting an input string which serves as a password field
Is it possible to mask the field while the input is being given ??
eg: This is how my output will be :
Username : abcde1
Password : abcd@xyz
This inputs are given using ScannerObject.nextLine()
Can I mask the password input ??
Help me regarding this plz..