Strings are Immutable | StringBuilder | StringBuffer
Strings are Immutable | StringBuilder | StringBuffer: In this post, let us discuss about Strings, why Strings are immutable where as StringBuilder and StringBuffer are mutable. What is Immutability?…