Find the output of the following code.

int Integer = 21;
char String = ‘Java';
System.out.print(Integer);
System.out.print(String);

Posted on by