What is a classloader?

This question is related to Oracle Interview

Showing Answers 1 - 1 of 1 Answers

Sanjana Shetty

  • Feb 7th, 2007
 

The Java Classloader is a part of the Java Runtime Environment that dynamically loads Java classes into the Java Virtual Machine. Usually classes are only loaded on demand. The Java run time system does not need to know about files and file systems because of class loaders.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions