KnowledgeBoat Logo
|

Computer Applications

Write the output of the following:

  1. System.out.println(Character.isUpperCase('R'));
  2. System.out.println(Character.toUpperCase('j'));

Java

Java Library Classes

ICSE 2011

16 Likes

Answer

  1. true
  2. J

Answered By

7 Likes


Related Questions