Use of String Vs StringBuffer in multi-threading
807603Feb 15 2008 — edited Feb 15 2008Hi ,
Can anyone please tell me which is better to use in multi-threaded program String or StringBuffer.
Currently i am using StringBuffer in my program. I am facing problem in my program and i am not sure if use of StringBuffer is the cause for that.
Any advise would be of great help.
thanks in advance