1.随着类的加载而执行,只执行一次, 并优先于主函数。
2.用于给类进行初始化的。
class StaticCode{ static { }}
class StaticCode{ static {
}}
(用到类的内容,类才会被加载!!!)