什麼是一個類定義體內聲明Java語法問題
static{
//something
}
是什麼意思?
public class A extends B{
static {
C.register(new C(A.class,
(byte) D.x.getCode()) {
public DataSerializable newInstance() {
return new A();
}
}
);
}
}
@Jack的答案加上你會作出最好的回答。 – Marcelo