+ 1

can anyone explain this code syntax !? password[i] = passSymbols.charAt(rnd.nextInt(passSymbols.length()));

from password generate code (top code among uploaded Java codes)

10th Aug 2016, 6:02 PM
Nikhil markad
Nikhil markad - avatar
1 Réponse
+ 1
Assign value to the i element in array password. Where the value is a random character of string passSymbols.
10th Aug 2016, 6:55 PM
WPimpong
WPimpong - avatar