| Author |
question regarding strings
|
trinadh reddy
Ranch Hand
Joined: Sep 22, 2005
Posts: 58
|
|
what is the diffrence betweenString str="abc" ; and String str= new String("abc");
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14672
|
|
You should read this article about Strings: http://www.javaranch.com/journal/200409/Journal200409.jsp#a1
|
[My Blog]
All roads lead to JavaRanch
|
 |
 |
|
|
subject: question regarding strings
|
|
|