Explain the significance of class loaders in bootstrap?



Explain the significance of class loaders in bootstrap?..

Answer / Girjesh Kumar Gautam

{"Class Loaders": ["Classes in Java are loaded by ClassLoaders, which is responsible for loading classes and their resources."], "Bootstrap ClassLoader": ["The Bootstrap ClassLoader is the lowest-level class loader in Java. It loads the core classes of the JVM such as java.lang.Object, java.lang.System, java.io.PrintStream etc. These classes are bundled with the JDK."], "Significance": ["The Bootstrap ClassLoader plays a crucial role by loading essential classes required for other class loaders to function properly. Without it, Java wouldn't be able to load and execute its fundamental classes."]}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Explain about the performance aspects of core java?

1 Answers  


How can an exception be thrown manually by a programmer?

1 Answers  


What is functional interface in java?

1 Answers  


what is main purpose of abstract class?

7 Answers  


Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).

1 Answers  


Can we overload destructor in java?

1 Answers  


What data type is string java?

1 Answers  


What is object english?

1 Answers  


What is meant by packages?

4 Answers  


Need 2+ yrs experienced java techinical question papaer for company Iflex

1 Answers   TCS,


What is an arraylist in java?

1 Answers  


How many bits are in a sentence?

1 Answers  


Categories