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 the public method modifier?
What is multiple inheritance & can we implement it in java?
What do you mean by order of precedence and associativity?
What is an error in java?
Can arraylist hold different types java?
What is static synchronization?
Is constructor inherited?
What do you mean by buffering?
What is the method used to get the absolute value of a number?
What services that container provides?
Program to find greatest prime number in n numbers?
What are the different tags provided in jstl?