java类包括成员变量和成员方法,那常量呢?常量也属于成员变量?
高洛峰
高洛峰 2017-04-18 10:44:58
0
2
854
高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

Antworte allen(2)
左手右手慢动作
  • 成员xx对应的是类xx。比如成员变量和类变量,即在一个类中非static修饰和static修饰的。

  • 常量可以分成成员常量和类常量,看有没有static修饰罢了

黄舟

java语言规范中有final Variables的定义,在实例中只用final修饰的变量应该就叫做final变量

staticfinal同时修饰才称为常量。
java规范定义如下

static variables that are final and that are initialized with compile-time constant values are initialized first. This also applies to such fields in interfaces (§9.3.1). These variables are "constants"

Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage