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 binary tree in java?
What is the use of generics? When was it added to the Java development Kit?
What is difference between overloading and overriding in java?
Explain what access modifiers can be used for methods?
What is the purpose of nested class in java?
Can we extend singleton class?
List interface?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
Explain yield() method in thread class ?
Will set allow duplicates in java?
Write a program to reverse a number in java?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?