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
Is node a data type in java?
What is mnemonic code?
What is difference between char array and string?
What are streams in java 8?
Write code to implement bubble sort in java?
Can an arraylist be empty?
Difference between string, stringbuffer and stringbuilder?
What is an immutable object? How do you create one in java?
How to stop a thread in java? Explain about sleep () method in a thread?
What is the purpose of encapsulation?
Is arraylist a class in java?
Explain how can you debug the Java code?
What is a conditional statement explain with example?
What is a locale?
enlist some features of jdk.