I have very little knowladge regarding it. I heared
String is an Immutable class thus objects are
unchangable. So whenever an attempt is made to modify
a String object, a new object is created in a new
memory location. But I don't know how can I create my
own immutable class and what is the usage of creating
such classes? I'll be greatful if anybody of the group
can answer.