InterviewSolution
Saved Bookmarks
| 1. |
Tanyaman is creating a simple application In java called "Password Checker" in which she needs to convert the characters input by the user in a particular case. Name two methods of the String class that she can use for this purpose. |
|
Answer» toLowerCase() toUpperCase() |
|