会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
精彩极了
There is only one heroism in the world: to see the world as it is and to love it.
博客园
首页
新随笔
联系
管理
2019年5月27日
String、Stringbuffer、Stringbuilder区别介绍
摘要: 运行速度,执行速度:StringBuilder > StringBuffer > String 1.String 是不可变的对象,String为字符串常量: 对 String 类型进行改变的时候其实都等同于生成了一个新的 String 对象,然后将指针指向新的 String 对象,所以经常改变内容的
阅读全文
posted @ 2019-05-27 09:46 Cool_Yang
阅读(177)
评论(0)
推荐(0)
编辑