What are various types of class loaders used by jvm?



What are various types of class loaders used by jvm?..

Answer / Madhur Gautam

"Bootstrap class loader", "Extension class loader", and "Application class loader" are the three primary types of class loaders used by JVM.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }

2 Answers   Wipro,


diff vector arraylist

4 Answers   Saka Solutions,


Tell me about Firewalls in RMI?

0 Answers  


whats is mean by tiles in struts

2 Answers   SolutionNET,


Explain the advantages and disadvantages of detached objects.

1 Answers  


whats is mean by object and class?

1 Answers   Saka Solutions,


what is domain,give me some brief information about that?

1 Answers  


Where we can write Rmi registry in the code, without having to write it at the command prompt?

1 Answers  


What are synchronized methods and synchronized statements?

2 Answers   Adobe,


Are we allowed to change the transaction isolation property in middle of a transaction?

1 Answers  


What are various types of class loaders used by jvm?

1 Answers  


What must a class do to implement an interface?

1 Answers  


Categories