Class Loader

Average Rating
0 out of 5 stars. 0 votes.

Class Loader

Is a part of the Java Runtime Environment that dynamically loads Java classes into the Java Virtual Machine. Usually classes are only loaded on demand. The Java run time system does not need to know about files and file systems because of class loaders.