Final, Static, Public, Private, Packaging
So quick meaning of them really just to tell people that don't really know what the mean
Final - can't be changed from the vaue it has been set with
Public - This can be used in any class
Private - Can only be used in the class declared
Static - Start will only be made once if that class has been made more than once
Packaging - Location of the class within the JVM[Java Virtual Machine]