hi, i am creating an application in which i need to pass logged in user name and password to a command i
i got the username by
String username = System.getProperty("user.name");
can somebody help me to get password???
Printable View
hi, i am creating an application in which i need to pass logged in user name and password to a command i
i got the username by
String username = System.getProperty("user.name");
can somebody help me to get password???
Thankfully, that's not possible.
db
Also, the question has nothing whatsoever to do with AWT/Swing.
db