定义常量中不能使用chat吗
可以的
final char a ='a';
System.out.println(a);
输出a
能使用啊
可以啊 final写前边
不能,定义常量final,char代表两个字节,可以定义所有两个字节的单位