Showing posts with the label Types

Explain Different Types of Classloaders in Java

Extensions Class Loader It loads classes from the JDK extensions directory usually JAVA_HOMElibext directory. There are…