InterviewSolution
Saved Bookmarks
| 1. |
Why Character Array Is Better Than String For Storing Password In Java? |
|
Answer» Because, character array STORES data in ENCRYPTED format which is not READABLE by human. But,the string stores the data in human readable format which is not SECURE. Because, character array stores data in encrypted format which is not readable by human. But,the string stores the data in human readable format which is not secure. |
|