是什么
static{
    //something
}
Run Code Online (Sandbox Code Playgroud)
在类定义体内声明是什么意思?
public class A extends B{
     static {
          C.register(new C(A.class,
                    (byte) D.x.getCode()) {
                         public DataSerializable newInstance() {
                              return new A();
                         }
                    }
               );
     }
 }
Run Code Online (Sandbox Code Playgroud)
    |   归档时间:  |  
           
  |  
        
|   查看次数:  |  
           131 次  |  
        
|   最近记录:  |