What is Java Classloader?
Java Classloader is part of Java runtime environment which loads class on demand (lazy loading) into JVM (Java Virtual Machine) not only from local file system but from remote system or web.
There are 3 types of Classloader.
i. Bootstrap Classloader: Loads core java API file rt.jar from <JAVA_HOME/jre/lib> folder.
ii. Extension Classloader: Loads jar files from <JAVA_HOME/jre/lib/ext> folder.
iii. System/Application Classloader: Loads jar files from path specified in environment variable as CLASSPATH.
| Is This Answer Correct ? | 3 Yes | 0 No |
How do you remove spaces in java?
what is the diff b/w arraylist and vector?
6 Answers Code Genesis, Genesis, Sprintine Labs,
What languages are pass by reference?
What are 5 boolean operators?
Which class has no duplicate elements?
What is an object in Java and what are its benefits?
Is arraylist ordered?
I/O blocking means?
What are the parts of methodology?
how to crate clint-server socket?
1 Answers Accenture, Infosys, Infotech, TCS,
What is autoboxing and unboxing?
What is not thread safe?