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 does math floor () do?
How do I get the | symbol on my keyboard?
Can we have any code between try and finally blocks?
How many types of operators are there?
What is a line separator in java?
why would you use a synchronized block vs. Synchronized method? : Java thread
What is literal example?
How do you clear a method in java?
why not override thread to make a runnable? : Java thread
What is ph and buffers?
What are the library functions in java?
What is the purpose of javac exe?
Why are the methods of the math class static?
Tell some latest versions in JAVA related areas?
Can singleton class be inherited in java?