News

Java classifies exceptions into a few types: checked exceptions, unchecked exceptions, and errors, which must be handled by the JVM.
Ever come across the null pointer exception in Java? We explain what this error message means, why it happens, and how to avoid the billion-dollar mistake.