News

Reference objects aren't just useful when memory is at a premium; they can also be used to provide slick caching abilities to any application.
Object-oriented systems are usually partitioned into layers of related responsibilities and only dependencies in one direction are allowed, from higher layers (more specific, less reusable) to lower ...
Get a deep dive into using method references in your Java programs, including stream operations, event listeners, and constructors and factories.
Brian C. Dilley covers pitfalls, & strengths of using MongoDB ("a very approachable NoSQL solution"), and introduces MJORM. The MJORM project is an annotation free MongoDB Java ORM library. This ...
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.