2004/08/17 (火) 14:58:14        [mirai]
JavaPGに聞きたいんだがフィールドの宣言部分で

static {
 int i = 1;
}

とした場合と

static int i = 1;

とした場合では何か違いはあるの?