DEVFYI - Developer Resource - FYI

What will be the output of the following statement? System.out.println ("1" + 3);

Java Interview Questions and Answers (part 3)


(Continued from previous question...)

561. What will be the output of the following statement?
System.out.println ("1" + 3);

It will print 13.

(Continued on next question...)

Other Interview Questions