会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一路向南
Pursue your object, be it what it will, steadily and indefatigably.
博客园
首页
新随笔
联系
订阅
管理
2017年12月4日
Java内存机制和内存地址
摘要: 问题一: String str1 = "abc"; String str2 = "abc"; System.out.println(str1==str2); //true 问题二: String str1 =new String ("abc"); String str2 =new String ("
阅读全文
posted @ 2017-12-04 16:33 JonyDogg
阅读(7113)
评论(1)
推荐(1)
公告