Creating reusable components

The Java language is especially suited to modular programming. You can design your applications as a set of classes, which you can reuse in other applications, and which are easy to customize and maintain.