I have always declared constants like so;


private static final int MY_CONSTANT = 0;


But recently I have had reason to question the use of the static keyword in this declaration. Since it is...