News

How does the single responsibility model work in a Java program? Here we show you what this SOLID principle means, and how to implement the single responsibility model in Java.
Keep your code extensible, pluggable and adaptable -- that's what SOLID's open-closed principle in Java means. Here's an example of how to properly apply it.