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 hash table in java?
Is java still relevant?
Explain the difference between hashmap and hashtable in java?
what are abstract functions?
Can we have any other return type than void for main method?
Why do we override tostring method in java?
What is the size of a string in java?
How many bytes is a string java?
What is string pool in java?
Is upper case in java?
How would you use Bubble Sort to sort the number of elements?
What are the 3 types of control structures?
What is use of super keyword?
What 5 doubled?
How transient variable is different from volatile variable?