DEVFYI - Developer Resource - FYI

Do not use the String contatenation operator in lengthy loops or other places where performance could suffer. Is that true?

Java Interview Questions and Answers (part 3)


(Continued from previous question...)

444. Do not use the String contatenation operator in lengthy loops or other places where performance could suffer. Is that true?

Yes.

(Continued on next question...)

Other Interview Questions