Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

difference between the String and StringBuffer

Thu Nov 06, 2008 11:08 pm

What is the difference between the String and StringBuffer classes?



Re: difference between the String and StringBuffer

Thu Nov 06, 2008 11:09 pm

String objects are constants. StringBuffer objects are not.

Post a reply
  Related Posts  to : difference between the String and StringBuffer
 help me regarding StringBuffer.indexOf(String)     -  
 Read file content to StringBuffer String object     -  
 Splitting a String Based on a Found String     -  
 check if string ends with specific sub-string in php     -  
 recursive string reversal- reverse string     -  
 check if string start with a specific sub-string in PHP     -  
 String token for string split     -  
 difference between the >> and >>> operators     -  
 Pad a string to a certain length with another string     -  
 difference between upcasting and downcasting     -