What is onClassLoader in java?

Answer Posted / rakesh

class loader is a java file which is in JVM.
At the time of of creation of object the .class(having byte
code in secondary memory)files will be loaded into the
primary memory ie RAM by class loader subsystem

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the benefit of using enum to declare a constant?

861


why not override thread to make a runnable? : Java thread

751


Is arraylist ordered in java?

772


What is class variable java?

781


What is a pointer and does java support pointers?

780


what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread

726


how to handle exceptions in ejb?

2096


What is the difference between serial and throughput garbage collector?

784


What purpose do the keywords final, finally, and finalize fulfill?

863


What is the purpose of garbage collection in java, and when is it used?

786


What is the preferred size of a component in java programming?

740


Is there a way to increase the size of an array after its declaration?

805


Can a class be final?

701


Where to store local variables?

782


Can we convert list to set in java?

731