Kizspy | Question: 10 (Choose 1 answer)
Concerning rules and conventions for naming variables in Java, choose an incorrect statement.
A. An identifier can begin with any character except '$' and '_'
B. An identifier can begin with a character.
C. An identifier can begin with the dollar sign character.
D. An identifier can begin with the underscore character.