stringbuffer meaning in Chinese
代替
Examples
- Where possible , it is recommended that this class ( stringbuilder ) be used in preference to stringbuffer as it will be faster under most implementations
是否是以不同的观点、方式或其它专业的效能测试工具做测试。因为依本文所测得的结果,两项类别所产生的实体在操作上并无明显的效能差异。 - 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 。