...
Another pitfall arises when static-final
is inappropriately used to declare mutable data. (See OBJ03OBJ01-J. Be aware that a final reference may not always refer to immutable data).
...
...
Another pitfall arises when static-final
is inappropriately used to declare mutable data. (See OBJ03OBJ01-J. Be aware that a final reference may not always refer to immutable data).
...