News

Although it is part of the java.util.concurrent package, the TimeUnit enum is useful in many contexts outside of concurrency .
Typesafe enums offer a better alternative to Java's traditional enumerated types. Here's how to use typesafe enums correctly in your Java code.