字符串常量是String类的匿名对象
String str = "hello";
System.out.println(str.equals("hello"));
System.out.println("hello".equals("str"));