In this tutorial we will learn Most common, important and frequently occurring checked and unchecked Exceptions in java.
Contents of page >
- 1) Most common and frequently occurring checked (compile time) in java >
- 2) Most common and frequently occurring unchecked (runtime) in java.
- 3) Most common and frequently occurring Errors in java >
- 4) Few More Exception and Errors is java>
1) Most common and frequently occurring checked (compile time) in java >
IOException in java
FileNotFoundException in java
EOFException occurs and how to avoid it in java
SQLException in java
What is java.lang.InterruptedException in java
when java.lang.ClassNotFoundException occurs in java
Solve InvalidClassException in java
2) Most common and frequently occurring unchecked (runtime) in java.
What is java.lang.NullPointerException in java, when it occurs,how to handle, avoid and fix it
NumberFormatException in java
IndexOutOfBoundsException in java
When java.lang.ArrayIndexOutOfBoundsException occurs in java
When java.lang.StringIndexOutOfBoundsException occurs in java
java.lang.ArithmeticException in java - Divide number by zero
When dividing by zero does not throw ArithmeticException in java
When java.lang.IllegalStateException occurs in java
when java.lang.IllegalMonitorStateException is thrown in java
Solve java.lang.UnsupportedOperationException in java
3) Most common and frequently occurring Errors in java >
OutOfMemoryError in java
When java.lang.StackOverflowError occurs in java
Solve java.lang.ExceptionInInitializerError in java
How to solve java.lang.NoClassDefFoundError in java
4) Few More Exception and Errors is java>
Summary -
So in this tutorial we learned Most common, important and frequently occurring checked (compile time) and unchecked (runtime) Exceptions and Errors in java.
Having any doubt? or you you liked the tutorial! Please comment in below section.
Please express your love by liking JavaMadeSoEasy.com (JMSE) on facebook, following on google+ or Twitter.
RELATED LINKS>
Exception handling Quiz in Java
Labels:
Core Java
Exceptions