Answer Posted / harish
1)JVM converts the byte code into its equalent excutable
code.
2)It loads the excuteable code into memory(RAM).
3)Excutes this code through local OS.
4)Deletes the excutable code from RAM.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are the four integer types supported by java?
Which is better stringbuilder or stringbuffer?
What is the difference between numeric and integer?
What is the full form of jpeg?
Can memory leak happen java?
What ide should I use for java?
What is difference between array and vector?
Difference between vector and arraylist.
What is a return in java?
How is a variable stored in memory?
What is the base class for error and exception?
What is the properties class in java programming?
how to create daemon thread in java?
What is the difference between multiple processes and multiple threads?
Is heap stored in ram?