Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 heap stored in ram?

1015


Is it compulsory for a try block to be followed by a catch block in java for exception handling?

1055


What is a null check?

1070


Can an interface extend another interface?

1108


What is the purpose of static keyword in java?

1007


What are the different types of java?

1108


Is void a keyword in java?

1062


What initialize variables?

1085


How do you remove an element from an arraylist in java?

1071


Difference between ‘>>’ and ‘>>>’ operators in java?

1176


What is a loop java?

1103


How to check if a list is sorted in java?

1086


What all methods are used to prevent thread execution ?

1073


What is the order of arraylist in java?

1179


what are the states associated in the thread? : Java thread

1111