Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Beginning Java
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Campbell Ritchie
paul wheaton
Ron McLeod
Devaka Cooray
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Paul Clapham
Saloon Keepers:
Tim Holloway
Carey Brown
Piet Souris
Bartenders:
Forum:
Beginning Java
string and string buffer
Harish Gavisiddaiah
Greenhorn
Posts: 13
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
What is the difference between
string
and string buffer?
please advice.
Paul Sturrock
Bartender
Posts: 10336
I like...
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
For information about the String class see
this
.
For information about the StringBuffer class see
this
.
JavaRanch FAQ
HowToAskQuestionsOnJavaRanch
wise owen
Ranch Hand
Posts: 2023
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
What are the difference between String, StringBuffer, and StringBuilder?
Harish Gavisiddaiah
Greenhorn
Posts: 13
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
thank you
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
how to trim a StringBuffer??!!
Searching hashmap for array String [] occurences?
String Vs String Buffer
what is difference in string and string buffer
Diff between string and string buffer
More...