1.

What is the output of this program? class Output { public static void main(String args[]) { Long i = new Long(256); System.out.print(i.hashCode()); } }

A. 256
B. 256.0
C. 256.00
D. 257.00
Answer» B. 256.0


Discussion

No Comment Found