The
public is a keyword, which allows to control the visibility of class members. Member may be accessed by code outside the class by the
public keyword. Static is a method which associated with the class, not a specific object of that class.
Void means that the method has no return value.
read more >>