can anypone explain me string builder and string with good example ?
sivak -7 Junior Poster
Recommended Answers
Jump to PostThanks sknake, Informative thread.
I would like to add few things:
StringBuilder represents a mutable string of characters - it can be modified once it has been created by appending, removing, replacing, or inserting characters.
String objects are immutable. Its value cannot be modified once it has …
Jump to Posthave a look at the attached.
All 5 Replies
sknake 1,622 Senior Poster Featured Poster
kvprajapati 1,826 Posting Genius Team Colleague
sivak -7 Junior Poster
sknake 1,622 Senior Poster Featured Poster
serkan sendur 821 Postaholic Banned Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.