Java good practices: Design immutable objects as long as you can
Introduction Objects can be mutable or immutable in the Java. Mutable objects have state which can be changing. For example this class is mutable: OK, we have this mutable class, …
# trust-me-i-am-an.engineer :: blog
My blog about Java programming, architecture and good practices
Introduction Objects can be mutable or immutable in the Java. Mutable objects have state which can be changing. For example this class is mutable: OK, we have this mutable class, …
Recent Comments