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
Which of the following is a valid identifier in Java?
a. 123
123
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?