1.

What is the output of this program? class Output { public static void main(String args[]) { int a = Character.MAX_VALUE; System.out.print((char)a); } }

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


Discussion

No Comment Found