1. 梗概:

必须与以下一摸一样:

public static void main(String[] args){}
  1. 必须是public
  2. 必须是静态的(static)
  3. 必须是void
  4. 必须具有字符串数组形参