Java应用程序中main()方法的方法头以下合法的是

A.public static void mai()B.public static void mai(String[]args)
2025-06-25 10:58:55
推荐回答(1个)
回答1:

B 是合法的