📜  java代码示例中的变量名

📅  最后修改于: 2022-03-11 14:52:21.210000             🧑  作者: Mango

代码示例1
Java variable names are case sensitive. ...
Java variable names must start with a letter, or the $ or _ character.
After the first character in a Java variable name, the name can also contain numbers (in addition to letters, the $, and the _ character).