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
If a class is declared without any access modifiers, where can the class be accessed?
Is java same as core java?
I want to print “hello” even before main is executed. How will you acheive that?
Is there a way to increase the size of an array after its declaration?
Define how destructors are defined in java?
Difference between stack and queue?
How many classes can any class inherit java?
What is the common usage of serialization? What exceptions occur during serialization?
Which are different kinds of source code?
What is final int?
Is there any difference between nested classes and inner classes?
What java ide should I use?
How do you create a null object?
What is a short in java?
Can we increase size of array?