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 is the importance of hashcode() and equals() methods?
Explain about wait() method?
Explain serialization and deserialization in java?
What is the difference between yielding and sleeping in java programming?
How do you compare two objects?
What is protected access modifier?
Does java initialize arrays to zero?
What are checked exceptions?
How will you communicate between two applets?
Which are different kinds of source code?
Can we have multiple classes in single file ?
What is thread count in java?
In how many ways we can create threads in java?
What is merge sort in java?
What are the different tags provided in jstl?