There will always be people who are ahead of the curve, and people who are behind the curve. But knowledge moves the curve. --Bill James
"I'm not back." - Bill Harding, Twister
There will always be people who are ahead of the curve, and people who are behind the curve. But knowledge moves the curve. --Bill James
My Thoughts : http://passion4java.blogspot.com
Try not to become a man of success but rather to become a man of value.
Mohammed Yousuff wrote:as i learned The main reason why string was not made as mutable, is due to the security issue in Java.. However in Applets if some thread can change the value of String object, why can't that thread can create new String object and do the same operations?....
Can any please give me some example code so that it will be more clear... thanks ;)