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
How to find the given number is a prime number or not by getting input from the user
What is the right data type to represent a price in java?
How do you escape sequences in java?
how we can make a read-only class in java?
What is a super method?
Explain about features of local inner class?
What does null mean in java?
Explain about field hiding in java?
Can we define static methods inside interface?
Which methods cannot be overridden in java?
What is static variable with example?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
What are the basics of core java?
Why synchronization is important?
What is logical variable?