static final fields vs TrustFinalNonStaticFields

后端 未结 0 1875
逝去的感伤
逝去的感伤 2021-01-31 23:09

Suppose I have this simple method:

static final Integer me = Integer.parseInt("2");

static int go() {
    return me * 2;
}

For j

相关标签:
回答
  • 消灭零回复
提交回复
热议问题