News

Using generics results in more robust code and avoids ClassCastExceptions in your Java programs. This in-depth tutorial introduces you to generics and their types and methods.
Typesafe enums offer a better alternative to Java's traditional enumerated types. Here's how to use typesafe enums correctly in your Java code.
This post explains how to use classes in Java to build objects and organize your code. Also learn: constructors, static methods, and more!
Use Java method modifiers to avoid public method antipattern Follow best practices for Java method design, and don't allow one public class to call another. If you skipped this step, be prepared to ...
This is an in-depth java tutorial for beginners. Learn what Java is, how to get started, and how to build basic apps using key concepts!