Which of the following is not a valid Java identifier?

A) my value C) 2ndLevel

my value is not valid, because Java identifiers cannot contain spaces.

2ndLevel is not valid, because Java identifiers cannot start with numbers.