I have no precedent, but out of curiosity, is there a way to make separate links in the final array?
final Integer[] intArray = new Integer[10]; // doesn't make individual references final final intArray[0] = Integer.valueOf(1); // something like this is not allowed
No one has answered this question yet.
See similar questions:
or similar: