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
How many types of operators are there?
What is advantage of java?
v-model life cycle
How will you initialize an Applet?
What is an iterator interface in java programming?
What are the different approaches to implement a function to generate a random number?
How is it possible for two string objects with identical values not to be equal under the == operator?
How many types of methods are there in java?
How would you convert bytes to string?
What is prime number in java?
Why should we use singleton pattern instead of static class?
Which containers use a flowlayout as their default layout in java programming?
What is difference between an object and a class?
How to convert string to char and vice versa?
What are exceptions