| Author |
string question
|
johny doe
Ranch Hand
Joined: Dec 07, 2007
Posts: 78
|
|
what is the difference between building a String String s="abc" and String s2=new String("abc"); what is the difference between making s.equals(s2); and s==s2; ??
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32657
|
|
|
Somebody else asked a very similar question recently here. Does that answer your question?
|
 |
 |
|
|
subject: string question
|
|
|