Back to Browse

Java Interview Questions Made Easy #2 What is the Classloader

28.8K views
Jan 10, 2018
7:46

The Java ClassLoader is used to load .class files into the JVM at runtime. There are three main types of classloaders: - Bootstrap classloader (loads all the Java core libraries like java.lang) - Extension classloader (loads classes defined in jar files at $JAVA_HOME$\lib\ext) - System classloader (loads classes from the CLASSPATH)* *All classes that you write in your program and all the dependencies from imported JARs are loaded by the System class loader

Download

1 formats

Video Formats

360pmp410.3 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Java Interview Questions Made Easy #2 What is the Classloader | NatokHD