摘要: publicclassStringPool{publicstaticvoidmain(Stringargs[]){Strings1="a";Strings2=s1;System.out.println(s1==s2);//trues1+="b";System.out.println(s1==s2);... 阅读全文
posted @ 2015-10-25 21:11 waitingforyou123 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 大道至简(第四章)读后感其实本人是相当不愿意去深入的阅读大道至简的,毕竟我们现在生活在一个浅阅读的时代吗?我们的生活节奏快,总觉得有做不完的事情,我们总是在早上草草的看一下资讯,快快的浏览一下朋友圈抑或qq空间,只要事不关己我们很少发表评论,甚至连点个... 阅读全文
posted @ 2015-10-25 13:35 waitingforyou123 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-10-25 11:13 waitingforyou123 阅读(133) 评论(0) 推荐(0) 编辑
摘要: public class StringEquals { /** * @param args the command line arguments */ public static void main(String[] args) { String s1... 阅读全文
posted @ 2015-10-25 11:03 waitingforyou123 阅读(145) 评论(0) 推荐(0) 编辑