Community driven content discussing all aspects of software development from DevOps to design patterns. The implementation of Java 8 Lambda expressions required an introduction to a number of new ...
1. Checked Exception: The classes which directly inherit Throwable class except RuntimeException and Error are known as checked exceptions e.g. IOException ...