In many of the projects we have worked on, we have seen different ways of coding and various different strategies, code formatting, class naming styles, databases and technologies and blaw blaw. The one thing that was same in all projects were “exceptions”. In nearly all the projects, they had custom exceptions usually created by extending […]
The post Checked vs Unchecked exceptions in java appeared first on How To Do In Java.