

InterviewSolution
Saved Bookmarks
1. |
B. Write the return type and class of following functions: (i) isLetterOrDigit(char) (ii) random() |
Answer» The isLetterOrDigit(CHAR ch) method returns a boolean value i.e. true, if the given(or specified) CHARACTER is a LETTER or digit. OTHERWISE, the method returns false. |
|