The method signature of a Java main() method is:
public static void main(String[] args){ ... }
Is the
Static methods don't require any object. It runs directly so main runs directly.