Why the non-static method . can access public final static class variable LOW_GRAVITY? I understand that "you can't access non-static variable from a static method" but this scenario seems to be just opposite of the concept. Why am I confused? I need some help