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 a substitution variable?
What is object of class in java?
Can we write any code after throw statement?
Can we overload destructor in java?
Which command from the jdk compiles a java program?
What is finally and finalize in java?
What access modifiers can be used for variables?
What are the main uses of this keyword?
Explain access modifiers in java.
What is a method header?
Can a constructor be private and how are this() and super() method used with constructor?
What is not object oriented programming?
Can we have static methods in an interface?
Is java an ide?
explain different ways of using thread? : Java thread