Vidyalelo
Java Programming · Q291

Interfaces and Abstract Classes

Programming · Java Programming · question 291

Q291

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

A.
<
B.
!
C.
@
D.
Space
Answer

Answer: Option D

Solution

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