Ребята подскажите плиз в чем разница в операторах + и += при конкатенации в типах стринг?
All of the arithmetic operators may be applied to any Java primitives, except boolean and String. Furthermore, only the addition operators + and += may be applied to String values, which results in String concatenation.