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 onClassLoader in java?

Answer Posted / r.jude silvester

A class loader is an object that is responsible for loading
classes. The class ClassLoader is an abstract class. Given
the name of a class, a class loader should attempt to
locate or generate data that constitutes a definition for
the class. A typical strategy is to transform the name into
a file name and then read a "class file" of that name from
a file system.

Applications implement subclasses of ClassLoader in order
to extend the manner in which the Java virtual machine
dynamically loads classes.

Class loaders may typically be used by security managers to
indicate security domains.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What causes memory leak in java?

983


What are the types of arrays in java?

1129


What is a static class in java?

1051


What is the difference between variable & constant?

1087


Which containers use a flowlayout as their default layout in java programming?

1054


what is the difference between thread and runnable types? : Java thread

1047


What is the purpose of using the java bean?

1100


What is the difference between form & report?

1084


What are static initalizers in java ?

1058


What are some alternatives to inheritance?

1161


What is an object in java and how is it created?

1097


What is Java Shutdown Hook?

1259


What is finally in Java?

1130


How do you sort a set in java?

958


List the features of java programming language.

1105