Answer Posted / ashok ramchandnai
JVM is used to run java byte code. JVM is the one that takes java byte code and converts into machine specific instructions.
User compiles a java program and creates .class file that is nothing but the byte code and can be run on any of the machine that contains a jvm.
JVM takes this byte code and execute the programme.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does the application client module contain?
How do you run a java program?
What is the name of java compiler?
Is c++ more secure than java?
Why is java called object oriented?
What is j2ee application?
Where can I find java developers?
What is 2 stands for in j2ee?
Is object a composite data type in java?
I am newbie in J2EE & looking for strong basic behind each concept as, Why do we use private access specifier before each variable of type property bcoz ultimately to access it outside the class we use public method as getter & setter ? If we use getter & setter to access it outside the class so better we make variable as public so that it is easily available outside of the class... Please guide me why do we use as private ????
What is webservices in java?
Is visual studio good for java?
What is wildfly java?
What is jaxr provider?
What is entity reference?