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


When will we use class loader?

Answers were Sorted based on User's Feedback



When will we use class loader?..

Answer / ravikiran(aptech mumbai)

classloader is a part of jvm which will load the compiled
class into the jvm

Is This Answer Correct ?    4 Yes 0 No

When will we use class loader?..

Answer / aks

In a Java Virtual Machine (JVM), each and every class is
loaded by some instance of a java.lang.ClassLoader. The
ClassLoader class is located in the java.lang package and
you can extend it to add your own functionality to class
loading.

Since Java 1.2 we have three types of class loaders:
Class loaders created automatically by the JVM
Program defined class loaders
Context class loaders.

There are three Class loaders in first group:
bootstrap class loader - loads classes
from ../jre/lib/rt.jar It is the "root" in the class loader
hierarchy.
extensions class loader - loads classes
from ../jre/lib/ext/*.jar
system class loader - it is responsible for loading in the
application, as well as for loading classes and resources
in the application's CLASSPATH.

Second group includes:
system class loader - parent class loader by default
additional parent class loader can be specified explicitly

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

Can we override singleton class?

0 Answers  


Difference between Applet & Application?

6 Answers  


What is meant by polymorphism?

0 Answers  


Are arrays immutable in java?

0 Answers  


What is the purpose of main function in java?

0 Answers  


List any five features of java?

0 Answers  


What is a buffer in computer?

0 Answers  


What are daemon Threads in java?

0 Answers   Impetus,


What is java object name?

0 Answers  


we have two threads..both the threads are reading the data.. is there any need of synchronization there?...justify it?

4 Answers   IBM,


Can a static member function access member variable of an object?

0 Answers   Virtusa,


What is the meaning of course?

0 Answers  


Categories