0 votes
in C Plus Plus by

What is classloader in Java and name of some classloader

1 Answer

0 votes
by

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:-

Bootstrap ClassLoader

Extension ClassLoader

System or Application ClassLoader

Related questions

0 votes
asked Jun 1, 2022 in JAVA by SakshiSharma
0 votes
asked Jul 4, 2022 in AWS by john ganales
...