Main
public class Main {
Public modifier
Allows infinite access to variables from outside of the class
Protected modifier
Allows access to the variable from within the package (project) in which they are created
Final modifier
prevents variables from being modified
Static modifier
Refer to variables which act on the class as a whole (and not on individual objects)