ClassLoader

What is Classloader? Explain about parent classloader and parent plus class loader?

Questions by anil4was   answers by anil4was

Showing Answers 1 - 3 of 3 Answers

santha

  • Dec 4th, 2012
 

Class loader is responsible for loading classes (that are developed by Java developer, ear file) into JVM (server). In our WebSphere environment by default Parent Class Loader is enabled and that is recommended depends on application architecture. What Parent Class Loader do is exactly, its start searching order in entire architecture for the required class.

  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