To be a variable that is a compile time constant, the variable needs to be...
- declared as final
- have a primative or String type
- initialized (on the same line as the declaration)
- assigned to a compile time constant expression
时间: 2024-11-03 21:02:36
To be a variable that is a compile time constant, the variable needs to be...