Which is NOT a valid Java identifier?
- Acheck_circle
2nd
- B
myVar
- C
_count
- D
$total
Explanation
Identifiers cannot begin with a digit; can start with letter, <code>_</code>, or <code>$</code>.
AP Computer Science A· difficulty 2/5
Which is NOT a valid Java identifier?
2nd
myVar
_count
$total
Explanation
Identifiers cannot begin with a digit; can start with letter, <code>_</code>, or <code>$</code>.
Want 10 more like this — adaptive to your weak spots?