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 number data type?
What's the base class of all exception classes?
What is compiler and what its output.
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
What is polymorphism java example?
How can you write a loop indefinitely in java programming?
What is a numeric literal?
Do I need to import java.lang package any time? Why?
Describe what a thread-local variable is in java?
When is the finally clause of a try-catch-finally statement executed?
How do you sort a string in java?
Tell me a few examples of final classes defined in Java API?
Is 0 true or false in java?
What is the difference between class forname and new?
What is the difference between int and integer in java?