generalDo's and don'ts of Error handlingThis little post will be mainly focused on error handling. Before diving into error handling in software systems we’ll have to know how to…
generalBehaviour Parameterization with lambda expressionsThis write up is about passing behaviour as parameter using lambdas in Java. Little Background: Java’s lambda expressions are just anonymous…