This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes string and string buffer Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "string and string buffer" Watch "string and string buffer" New topic
Author

string and string buffer

Harish Gavisiddaiah
Greenhorn

Joined: Sep 04, 2006
Posts: 13
What is the difference between string and string buffer?
please advice.
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

For information about the String class see this.

For information about the StringBuffer class see this.


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
wise owen
Ranch Hand

Joined: Feb 02, 2006
Posts: 2023
What are the difference between String, StringBuffer, and StringBuilder?
Harish Gavisiddaiah
Greenhorn

Joined: Sep 04, 2006
Posts: 13
thank you
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: string and string buffer
 
Similar Threads
how to trim a StringBuffer??!!
Diff between string and string buffer
what is difference in string and string buffer
String Vs String Buffer
Searching hashmap for array String [] occurences?