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
5 Coding best practices you learned in java?
Explain the reason behind ending a program with a system.exit(0)?
Can we have multiple classes in single file ?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
Difference between a process and a program?
What is synchronization and why is it important in java programming?
Can I import same package/class twice?
what do you mean by classloader in java?
What ide should I use for java?
How can we make copy of a java object?
What programs use java?
What is the technique adopted to create an immutable class?
Explain about OOPS concepts and fundamentals.
What is the purpose of interface?
What is n in java?