Vidyalelo
Java Programming · Q277

Interfaces and Abstract Classes

Programming · Java Programming · question 277

Q277

What will be the output of the following Java program? class Output public static void main(String args[]) int a = Character.MAX_VALUE; System.out.print((char)a);

A.
<
B.
>
C.
?
Answer
D.
$

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board