ebizAutos interview question

What is an immutable class?

Interview Answers

Anonymous

6 Jul 2012

Immutable means we can not change the existing value of its type

3

Anonymous

25 Feb 2009

A string is immutable, it's type cannot be changed without it being instantiated again.