1.

What is classloader in Java and name of some classloader

Answer»

What is CLASSLOADER in JAVA and name of some classloader
We can say Java ClassLoader is subset of JVM which is RESPONSIBLE for loading class files. When we execute a Java program classloader will load file FIRST. There are below 3 built-in classloaders:-
(1)Bootstrap ClassLoader
(2)Extension ClassLoader
(3)SYstem or APPLICATION ClassLoader



Discussion

No Comment Found