What is the use of class loaders ?

Questions by kirankumar samudrala   answers by kirankumar samudrala

Showing Answers 1 - 9 of 9 Answers

Praveen

  • Jul 6th, 2014
 

It is used to load Third party classes other than IBM WAS classes and application classes.

  Was this answer useful?  Yes

Sainadh

  • Oct 16th, 2014
 

Identifies the classes and loads them at run time. Every class must be loaded by a class loader. Class loaders are present in JVM.

  Was this answer useful?  Yes

vinay

  • Feb 29th, 2016
 

Class loader of the components under the JVM. It takes the responsibility to loading the .jar files to JVM.

  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