1

What does the keyword static mean in the declaration of the main method?

  • The method is not visible outside of the class

  • The method has no parameters

  • The method has no return value

  • The method can be called without creating an instance/objects