[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Reply Bookmark it! Watch this topic JavaRanch » Forums » Professional Certification » Programmer Certification (SCJP)
 
RSS feed
 
New topic
Author

String doubt

Ashok Pradhan
Ranch Hand

Joined: Dec 17, 2007
Messages: 145

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
Messages: 162

What do you want it to return? hint: You are using ==.
Ashok Pradhan
Ranch Hand

Joined: Dec 17, 2007
Messages: 145

Thanks I get it.
 
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Professional Certification » Programmer Certification (SCJP)
 
RSS feed
 
New topic
MyEclipse Enterprise Workbench