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
What causes memory leak in java?
What are the types of arrays in java?
What is a static class in java?
What is the difference between variable & constant?
Which containers use a flowlayout as their default layout in java programming?
what is the difference between thread and runnable types? : Java thread
What is the purpose of using the java bean?
What is the difference between form & report?
What are static initalizers in java ?
What are some alternatives to inheritance?
What is an object in java and how is it created?
What is Java Shutdown Hook?
What is finally in Java?
How do you sort a set in java?
List the features of java programming language.