Pregunta de entrevista de Peri Software Solution

what is class loader?

Respuesta de la entrevista

Anónimo

28 nov 2017

The Java Classloader 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 classloaders