Answer Posted / anil kumar reddy.mannem
With in the JVM we have CLASSLOADER, BYTECODE VERIFIER, GARBAGE COLLECTOR, SECURITY MANAGER, EXECUTION ENGINE.
CLASSLOADER brings class file into JVM, by using classloader the class gets loaded in to the JVM
Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is meant by object oriented programming – oop?
What is square root in java?
Is null an object in java?
What is difference between variable declaration and definition?
Can we inherit inner class?
What is a void in java?
State two differences between C and Java.
Why declare Main() inside the class in java ?
Similarity and difference between static block and static method ?
Can I extend singleton class in java?
What is unicode full form?
What is use of static method?
Can we assign null to double in java?
Explain the importance of finally over return statement?
Explain the significance of class loaders in bootstrap?