Regular java application running from command line involve three classloaders Bootstrap Classloader It is the parent of all the classloaders and loads the standard JDK classes in the lib directory of JRE (rt.jar and i18n.jar). All the “*. java ” classes are loaded by this loader. Extension Classloader It is the immediate child of bootstrap ...