Friday 8 February 2013

8

What is displayed by :

System.out.println("1" + new Integer(2) + 3);

a. The statement has a syntax error and won't compile
b. 6
c. 15
d. 123
e. ClassCastException
Join me on Facebook