ebizAutos Interview Question

What is an immutable class?

Interview Answers

Anonymous

Jul 6, 2012

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

3

Anonymous

Feb 25, 2009

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