what is the point of having an instance variable as final?
isn´t it better to have that variable set as a static final variable then?
cause if it can\'t be chang
It prevents other programmers from doing stupid things that they shouldn't try doing anyway...