concatenation of strings 中文意思是什麼

concatenation of strings 解釋
字元串連接
  1. When manipulating strings, use stringbuffer instead of string concatenation due to the immutable nature of string objects, and the need to create an extra string object that eventually must undergo gc

    在處理字元串時,使用stringbuffer而不使用字元串連接,因為字元串對象具有不可變的特性,並且需要創建額外的字元串對象,而這些對象最終必須經歷gc 。
分享友人