Explain the role played by Java Virtual Machine in Java
Programming?



Explain the role played by Java Virtual Machine in Java Programming?..

Answer / 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

More Core Java Interview Questions

What happens if we don’t override run method ?

0 Answers  


10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

0 Answers  


What is an image buffer?

0 Answers  


Why synchronization is important?

0 Answers  


What is java dot?

0 Answers  






What are the uses of synchronized keyword?

0 Answers  


How do you pass by reference?

0 Answers  


Which keyword specify that a variable is effectively final ?

0 Answers  


How can the checkbox class be used to create a radio button?

0 Answers  


What is use of set in java?

0 Answers  


Is java 9 released?

0 Answers  


How arrays are stored in memory in java?

0 Answers  


Categories