What is meant by class loader and how many types are there?

Answer Posted / lucky

Class Loader: Class loder is mainly responsible for loading java class into JVM.

There are 3 types of java class loaders:

1)Bootstrap class loader :loads jdk jars.
2)Extensions class loader : loads java classes from the path
"JAVA_HOME/jre/lib/ext/
3)System class loader : loads the java classes from system class path , class path has been set by the CLASSPATH environment variable.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is set ordered?

715


What exactly is methodology?

657


Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?

739


what is mena by object block any what is the use of that

1957


How many arguments can a method have java?

770


What is the benefit of inner classes in java?

819


What are invisible components?.

1858


I want to persist data of objects for later use. What is the best approach to do so?

790


Is class is a data type?

776


Define an abstract class with reference to java.

746


What are the basics of core java?

733


How do I get the | symbol on my keyboard?

763


How do you read a char in java?

676


What is the covariant return type?

757


How to sort an array from smallest to largest java?

765