In this tutorial i’m going to explain with examples the most common java exceptions and errors you may see in your career as a Java developer/programmer. Some of them are: ArrayIndexOutOfBoundsException, ClassCastException, IllegalArgumentException, IllegalStateException, NullPointerException, NumberFormatException, AssertionError, ExceptionInInitializerError, StackOverflowError, and NoClassDefFoundError. The below image shows the Exception hierarchy diagram for the most common java exceptions […]
Related posts:
↧