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 is isv?
What is a java ee container?
What is wildfly java?
What does java ee stand for?
What are the components of J2EE application?
What is digest authentication?
Which is latest technology in java?
What is a web container j2ee?
How will you explain load() and get() methods?
How will you explain cdata?
What do you understand by connector? Explain connector architecture.
Why is j2ee needed?
Why do we use j2ee?
How do you make a class immutable in java?
What is javabeans component?