News

In this Java 101: Learn Java article, I introduce you to generics and how to use generic features in your Java programs. What you’ll learn in this Java tutorial What is type safety?
Java supports class reuse through inheritance and composition. This two-part tutorial teaches you how to use inheritance in your Java programs.