Explain the role played by Java Virtual Machine in Java
Programming?
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 |
What is static block?
Why are variables important in research?
Why is multithreading important?
Is void a return type?
How do you compare values in java?
What is singleton service?
What is the basic of java?
What are the differences between graph and tree?
Does 'true' and 'false' are keywords?
how to call one program .class file in another program
Can we extend immutable class?
What are the four versions of java?