What is a ClassLoader?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Please Disable the AdBlocker to Continue to the site.
The Java ClassLoader is a program of JVM (Java Virtual Machine) that is in charge of loading the class files. The ClassLoader loads every Java program prior to execution. The three built-in ClassLoaders that are available in Java are as follows:
1. Bootstrap ClassLoader
2. Extension ClassLoader
3. System/Application ClassLoader