11 2015 档案

摘要:"==" 比较是否为同一对象,即涉及到内存地址是否相同“String 中equals” 比较对象中的内容“Object 中equals” 如果没有重写equals方法,相当于 “=";若要是进行对象内容比较,则必须重写equals方法,因为在现实应用中大都是对对象内容的比较。(可参见问题1) 1 ... 阅读全文
posted @ 2015-11-22 16:38 村上挪威 阅读(556) 评论(0) 推荐(0)
摘要:1、String中的equals方法 String s1 = "String"; String s2 = "String"; System.out.println(s1.equals(s2));结果为:true因为String类中的equals方法重写了Ob... 阅读全文
posted @ 2015-11-22 13:20 村上挪威 阅读(773) 评论(0) 推荐(0)
摘要:MyEclipse 2015 stable 2.0 下载官网下载地址:https://www.genuitec.com/products/myeclipse/download/百度云盘下载地址:链接: http://pan.baidu.com/s/1qW7rLtM 密码: 5nga破解方法(转自贴吧... 阅读全文
posted @ 2015-11-19 18:27 村上挪威 阅读(2869) 评论(0) 推荐(0)