|
2 |
edited tags
|
||
|
1 |
|
||
What is the best way to implement constants in Java ?I've seen examples like this:
and supposed that I could have a Constants class to wrap constants in, declaring them static final. I know practically no Java at all and am wondering if this is the best way to create constants.
|
||||
