InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by classloader? |
|
Answer» CLASS LOADERS are responsible for dynamically loading the classes during the runtime to the JVM. They are a part of the JRE. Three types of Class Loaders are built-in - BOOTSTRAP, Extensions and SYSTEM. |
|