Page 1 of 1

[HD Pg 326, Sec. 12.1.1 - creating-strings-through-concatenation]

Posted: Tue Apr 16, 2019 1:35 pm
by OCAJO1
Is there a time when + operator is better than concat() method (or visa versa) to concatenate two strings in Java? Thanks

Re: [HD Pg 326, Sec. 12.1.1 - creating-strings-through-concatenation]

Posted: Tue Apr 16, 2019 6:30 pm
by admin
It is better in terms of ease of use and code readability but other than that not much.