You are here: Home / Topics / Explain the significance of class loaders in Bootstrap?

Explain the significance of class loaders in Bootstrap?

Filed under: JAVA Interview Questions on 2022-07-02 16:05:46

In order to load the Java Classes into a virtual environment, Classloader are used. A class loader will load key classes such as java.lang.object and several other codes into the memory. Usually, these classes are loaded only if a demand occurs. Since Java Runtime Environment includes loaders, they need not know about file and file systems. Also, the loaders are responsible for converting the named class into an equivalent binary form.

About Author:
V
Vishal Gupta     View Profile
Hi, I am Vishal Gupta. I like this Website for learning MCQs. This website is good for preparation.