Computer Applications
Write the output of the following:
- System.out.println(Character.isUpperCase('R'));
- System.out.println(Character.toUpperCase('j'));
Java
Java Library Classes
ICSE 2011
16 Likes
Answer
- true
- J
Answered By
7 Likes
Write the output of the following:
16 Likes
Answered By
7 Likes