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
What is the benefit of using enum to declare a constant?
why not override thread to make a runnable? : Java thread
Is arraylist ordered in java?
What is class variable java?
What is a pointer and does java support pointers?
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
how to handle exceptions in ejb?
What is the difference between serial and throughput garbage collector?
What purpose do the keywords final, finally, and finalize fulfill?
What is the purpose of garbage collection in java, and when is it used?
What is the preferred size of a component in java programming?
Is there a way to increase the size of an array after its declaration?
Can a class be final?
Where to store local variables?
Can we convert list to set in java?