DEVFYI - Developer Resource - FYI

What happens when you add a double value to a String?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

323. What happens when you add a double value to a String?

The result is a String object.

(Continued on next question...)

Other Interview Questions