| Author |
String doubt
|
Ashok Pradhan
Ranch Hand
Joined: Dec 17, 2007
Posts: 179
|
|
in JLS It states that for any two strings s and t, s.intern() == t.intern() is true if and only if s.equals(t) is true. OUTPUT true false i am confusing why line 2 returns false.please explain it and thanks.
|
 |
sridhar row
Ranch Hand
Joined: Jan 16, 2008
Posts: 162
|
|
|
What do you want it to return? hint: You are using ==.
|
 |
Ashok Pradhan
Ranch Hand
Joined: Dec 17, 2007
Posts: 179
|
|
|
Thanks I get it.
|
 |
 |
|
|
subject: String doubt
|
|
|