0 votes
in JAVA by
What is a ClassLoader?

1 Answer

0 votes
by

A classloader in Java is a subsystem of Java Virtual Machine, dedicated to loading class files when a program is executed; ClassLoader is the first to load the executable file.

...