employer cover photo
employer logo
employer logo

Peri Software Solution

Is this your company?

Peri Software Solution interview question

what is class loader?

Interview Answer

Anonymous

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