String 类匿名对象

字符串常量是String类的匿名对象

String str = "hello";

System.out.println(str.equals("hello"));

System.out.println("hello".equals("str"));

 

posted @ 2017-09-01 14:25  竹之轩  阅读(271)  评论(0编辑  收藏  举报