Define class loader and its type in java
Java class loader is mainly responsible for loading java classes during runtime dynamically to the Java Virtual Machine(JVM). Classloader is…
Java class loader is mainly responsible for loading java classes during runtime dynamically to the Java Virtual Machine(JVM). Classloader is…
java.lang.Error and java.lang.Exception both are subclass of java.lang.Throwable class. You can not recover error but you can recover exception by…