Explain the role played by Java Virtual Machine in Java
Programming?

Answer Posted / kanu butani

A Java Virtual Machine (JVM) enables a set of computer
software programs and data structures to use a virtual
machine model for the execution of other computer programs
and scripts.
The model used by a JVM accepts a form of computer
intermediate language commonly referred to as Java
bytecode.
This language conceptually represents the instruction set
of a stack-oriented, capability architecture.
Sun has claimed there are over 4.5 billion JVM-enabled
devices

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

5 Coding best practices you learned in java?

809


Explain the reason behind ending a program with a system.exit(0)?

781


Can we have multiple classes in single file ?

800


How will you calculate the depth of a binary tree if the tree contains 15 nodes?

807


Difference between a process and a program?

799


What is synchronization and why is it important in java programming?

685


Can I import same package/class twice?

678


what do you mean by classloader in java?

769


What ide should I use for java?

697


How can we make copy of a java object?

758


What programs use java?

664


What is the technique adopted to create an immutable class?

753


Explain about OOPS concepts and fundamentals.

790


What is the purpose of interface?

767


What is n in java?

716