Search Results

2
votes

What is the best way to implement constants in Java ?

A good object oriented design should not need many publicly available constants. Most constants should be encapsulated in the class that needs them to do its job. …