InterviewSolution
Saved Bookmarks
| 1. |
What Is Classloader? |
|
Answer» The classloader is a subsystem of JVM that is used to LOAD CLASSES and interfaces. There are many types of classloaders e.g. BOOTSTRAP classloader, EXTENSION classloader, System classloader, Plugin classloader etc. The classloader is a subsystem of JVM that is used to load classes and interfaces. There are many types of classloaders e.g. Bootstrap classloader, Extension classloader, System classloader, Plugin classloader etc. |
|