Definitions for "static class"
a class with only static methods
a good place to house constants which will be used by several other classes
a top-level class, not an inner class