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
Give any two differences between C++ and java.
Where is the find and replace?
What happens if we don’t override run method ?
What is unicode full form?
Explain the scope of a variable.
How does a for loop work?
What are Normalization Rules? Define Normalization?
Can we write method inside a method in java?
What is variable length arguments in java?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
What is computer compiler?
Which collection is thread safe in java?
Can you explain the final method modifier?
How we can generate random numbers in java?
What are the important features of Java 8 release?