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
Are static members inherited to sub classes?
What are the differences between string and stringbuffer?
Can we call a non-static method from inside a static method?
What the difference is between execute, execute Query, execute Update?
What is string syntax?
What is identifier with example?
What are the files generated after using IDL to java compiler?
How do you find the maximum number from an array without comparing and sorting?
What about member inner classes?
What are recursive functions?
What do you understand by classes in java?
What do you mean by default constructor in java?
enlist some features of jdk.
Does substring create a new object?
What is instance synchronization?