String a = new String("hello");
String b = new String("hello");
// a==b is false
String x="hello";
String y="hello";
//x==y is true
X==y นั้น
จาก y จะไปมองว่ามี hello หรือ ไม่ถ้ามี ก็จะ refer เลยทำให้ เท่ากับ true
No comments:
Post a Comment