String and toString() - Is it will reduce the Performance Issue?
Hi All,
I am having a String. for example
String s="................" a very large string. it may be huge size.
Now i am doing s.toString() some where. Will s.toString() creates a new string or just return what it had. will this is a performance problem.
Please kindly clarify my doubt.
Thanks,
J.Kathir

