June 2018
Beginner
722 pages
18h 47m
English
There is one aspect of immutable collection use that is a source of occasional confusion. You have seen from our examples that the immutable collections, like any Java collection, have the add() or put() methods. The compiler does not generate an error, only JVM at runtime does so. So, code that uses immutable collections should be well tested to avoid this kind of error in production.
Read now
Unlock full access