Is main a valid Java identifier?

后端 未结 12 1989
广开言路
广开言路 2020-12-23 02:48

One of my kids is taking Java in high school and had this on one of his tests:

Which of the following is a valid identifier in Java?

a. 123

12条回答
  •  再見小時候
    2020-12-23 03:07

    Is it a valid identifier? Yes.

    Is it a good identifier? Not if you're using it for anything other than the method that starts at JVM launch.

    Is another valid identifier listed? Yes.

    Did the test instructions say to choose the best answer?

提交回复
热议问题