C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Gopi Chand(9)
Sandhiya Priya(1)
Lokendra Singh(1)
Ashish Bhatnagar(1)
Shivprasad (1)
Resources
No resource found
Working with String, StringBuilder, and StringBuffer in C#
Oct 29, 2025.
Master C# string manipulation! Compare string, StringBuilder, & StringBuffer (simulated) in ASP.NET WebForms. Boost performance & ensure thread safety. ??
Understanding String, StringBuffer and StringBuilder in Java
Jun 06, 2024.
This article delves into the fundamental concepts of String, StringBuffer, and StringBuilder in Java. It explains the differences between these three classes, their specific use cases, and performance implications.
Difference Between StringBuffer and StringBuilder Class
May 26, 2015.
This article differentiates the two classes, StringBuffer & StringBuilder, using suitable parameters and examples.
Learn StringBuffer Class in Java: Lecture 7
May 22, 2015.
This article explains the StringBuffer() class in Java and Java strings in general.
Learn StringBuffer Class in Java: Lecture 4
May 18, 2015.
This article describes the StringBuffer class in continuation of the previous lectures. Here, some important forms of the insert() method are also described.
Learn StringBuffer Class in Java: Lecture 5
May 18, 2015.
This article explains the StringBuffer class in continuation with the previous lectures. Here, some important forms of the insert() method are also described.
StringBuffer Class In Java
Jul 19, 2022.
A StringBuffer represents a string that can be modified. Whenever there is a concatenation operator (+) used with strings, a StringBuffer object is automatically created.
Difference Between String and StringBuffer
May 26, 2015.
This article describes the differences between String and StringBuffer in Java.
Learn StringBuffer() Class in Java: Lecture 6
May 20, 2015.
This article explains the StringBuffer() class in Java and Java strings in general.
Learn StringBuffer() Class in Java: Lecture 3
May 15, 2015.
This article explains the Java StringBuffer() class method in detail, StringBuffer append().
Learn StringBuffer() Class in Java: Lecture 2
May 14, 2015.
This article explains the Java StringBuffer() class method in detail, StringBuffer append().
Learn StringBuffer() Class in Java: Lecture 1
May 12, 2015.
This article explains the StringBuffer() class in Java and Java strings in general.
Demystifying: What does “Strings are immutable” means?
May 21, 2012.
In this article we will explain about String and StringBuffer.