Java Assertion
Introduction
In JDK 1.4 one of the feature that was added was assert
keyword. (The next JDK release was 1.5 AKA as 5.0; so, this pre-Generic Java). I was very enthusiastic back then. This feature is actually works in Python. But in Java it is not used almost by…