Answer Posted / ravikiran(aptech mumbai)
classloader is a part of jvm which will load the compiled
class into the jvm
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the main features of java?
Explain the difference between an object-oriented programming language and object-based programming language?
can I implement my own start() method? : Java thread
What is JFC?
What are the approaches that you will follow for making a program very efficient?
Why are variables important in research?
Where can I find jdk in my computer?
What is the r character?
What is the maximum size of list in java?
What is qms certification?
What are the string methods in java?
How do you sort arraylist in descending order?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
How does a cookie work in Servlets?
Do you know why doesn't the java library use a randomized version of quicksort?