Could anyone please tell me what is the meaning of the following line in context of Java:
final variable can still be manipulated unless it\'s immut
The one that always kills me?
If you want final variables to actually be as safe as you thought they were, you need a lot of extra code to return a copy of a String[].