Ats*_*sby 10
class X
{
static int s; // can be accessed as X.s without object
final int f = 7; // can't be assigned a different value
const int c; // doesn't compile
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
5370 次 |
| 最近记录: |