What is the Java Classloader?

Technology CommunityCategory: JavaWhat is the Java Classloader?
VietMX Staff asked 3 years ago

The Java Classloader is the part of the Java runtime environment that loads classes on demand (lazy loading) into the JVM (Java Virtual Machine). Classes may be loaded from the local file system, a remote file system, or even the web.