Possible Duplicate:
String, StringBuffer, and StringBuilder
We know that String are immutable where StringBuffer/StringBuilder are mutable. But sometimes we get confused what to use in our code.. the String or StringBuffer/StringBuilder ?? Practically in our maximum code/quick code we use to prefer String than StringBuffer/StringBuilder.
This question is to solve the confusion, if you have any idea & proper reason for that, then please give a reply.
 
     
     
     
     
    