final
Utility classes have all fields and methods declared as static. Making them final prevents them from being accidentally subclassed.
static