What does the following code print?
char ch = '\u0031' + '\u0035'; System.out.println(ch);
Create a free account to access the full topic