+ 3
 Why Char array is preferred over String for storing password?Â
3 Answers
+ 1
Char stores one symbol instead of full string, therefore there is no need to check full password, just incorrect symbol. At least that's what I think. It may also be more secure than String.
- 2
hii