Exception in java
Exception has two types. Unchecked Exception and Checked Exception.
IOException
ClassNotFoundException
CloneNotSupportedException
IllegalAccessException
InterruptedException
NoSuchFieldException
NoSuchMethodException
These are Checked Exception.
Can you explain each exception with simple example(Error program and correction program)?
IOException
ClassNotFoundException
CloneNotSupportedException
IllegalAccessException
InterruptedException
NoSuchFieldException
NoSuchMethodException
These are Checked Exception.
Can you explain each exception with simple example(Error program and correction program)?
0