the class no longer requires a method, because the constants go into static field initializers in the dex file.
这个类将不会调用方法,因为这些常量直接写入了类文件静态属性初始化中,这个初始化直接由虚拟机来处理。
to initialize the class , all the static blocks and static field initializers are executed in the order in which they appear in the class body.
若要初始化类别 ,所有的静态区块和静态栏位初始设定式是以它们出现在类别主体中的顺序来执行。
this program also demonstrates how static field initializers execute before the code inside an explicit type constructor.
此程序还演示了静态字段初始值设定项如何在显式类型构造函数中的代码之前执行。