What will be printed by the following code
char ch='a';
System.out.println(Character.toUppercase("value is: "+ch));

Posted on by