初始化后不会变动的值
final 常量名=值;
final double PI=3.14; 常量名一般使用大写字符
修饰符不存在先后顺序
static final double PI=3.14; final static double PI2=3.14;