

InterviewSolution
Saved Bookmarks
1. |
State the data type and value of res after the following is executed : char ch = ‘9’; res = Character. isDigit(ch) ; |
Answer» boolean True |
|