Answer Posted / sathish s t
JVM is (java virtual machine) the piece of software that is responsible for running java programs.
uses:
JVM is an interpreter that converts your byte code (.class file ) into machine code
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What do heavy weight components mean in java programming?
How big is a boolean?
Why java is used everywhere?
Which category the java thread do fall in?
What is a jit compiler?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
What is the main function in java?
What modifiers may be used with a top-level class?
How do you add an element to an arraylist in java?
What is a vararg?
What is tostring () method?
Similarity and difference between static block and static method ?
Difference between this() and super() in java ?
Why we cannot override static method?
What are Normalization Rules? Define Normalization?