Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (13.1k points)
Can anyone help me what is Java Class Loader and where to use it?

1 Answer

0 votes
by (26.7k points)

Basically, Java ClassLoader is called an abstract class that helps to load classes from different sources and it helps to load classes during the run time. Also, if the class is already been loaded, then it will throw a request to the parent class so that, it will maintain the uniqueness.

I hope this will help.

Want to become a Java Expert? join Java Certification now!! 

Want to know more about Java? Watch this video on Java Training | Java Course for Beginners:

Related questions

0 votes
1 answer
asked Oct 28, 2019 in Java by Anvi (10.2k points)
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Mar 23, 2021 in Java by dev_sk2311 (45k points)

Browse Categories

...