True or False

Quiz Guidelines

 

QID: 
134
Question: 

The following code snippet will print 'true'.

short s = Short.MAX_VALUE;
char c = s;
System.out.println( c == Short.MAX_VALUE);

Select 1 option

A. True
B. False

Q&A Set: