JAVA标识符

JAVA的标识符只能以  大小写字母    美元符号   下划线  开头

首字母之后可以是大小写字母    美元符号   下划线  数字的任意组合

不能用关键词命名                   大小写的区分敏感

 

JAVA关键字表

abstract assert boolean break byte
case catch char class const
continue default do double else
enum extends final finally float
for goto if implements import
instanceof int interface long native
new package private protected public
return strictfp short static super
switch synchronized this throw throws
transient try void volatile while
posted @ 2021-03-08 17:10  Matcha_wing  阅读(41)  评论(0)    收藏  举报