码迷,mamicode.com
首页 > 其他好文 > 详细

String类的内存分析

时间:2014-11-30 00:21:54      阅读:206      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   os   sp   on   div   2014   

String str1 = "AA";
String str2 = "AA";
String str3 = new String("AA");

Person p1 = new Person("AA",12);
Person p2 = new Person("AA",12);

“AA”,name是一个引用变量

bubuko.com,布布扣

String类的内存分析

标签:style   blog   http   color   os   sp   on   div   2014   

原文地址:http://www.cnblogs.com/yjtm53/p/4132220.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!