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 a null point?
What type of value does sizeof return?
What is the difference between super class & sub class?
What is I/O Filter?
Name the methods in mouse listeners ?
What is the definition of tree ?
does java support pointers?
Can we print null in java?
what is the use of finalize()Method please explain with an example
Can we create an object of static class in java?
Why we can not force Garbage Collection?
What is dynamic binding(late binding)?