+ 3
What is the meaning of immutable in java?
2 odpowiedzi
+ 4
An object is considered immutable if its state cannot change after it is constructed. Maximum reliance on immutable objects is widely accepted as a sound strategy for creating simple, reliable code.
In short immutable means that you can not change or update it.
+ 1
Immutable means the values that you cannot change