

InterviewSolution
Saved Bookmarks
1. |
Write the output of the following :(i)System.out.println(Character.isUpperCase(‘R’)); (ii)System.out.println(Character.toUpperCase(‘j’); |
Answer» At the time of function declaration void signify that function has no return type, that means function will not return any value. |
|