These two lines have one difference and that is the static keyword.

A static variable exists only once per class, if the variable was not final you could change it in one reference of the class...