접근제한자 class 클래스명{ 필드들; 생성자들; 메소드들; }
[접근제한자] [static] 리턴타입 메소드이름([매개변수])
{실행문}
public static void main(String[] args)
public
void
main