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 is a null point?

0 Answers  


What type of value does sizeof return?

0 Answers  


What is the difference between super class & sub class?

0 Answers  


What is I/O Filter?

2 Answers   TCS, WAX,


Name the methods in mouse listeners ?

4 Answers  






What is the definition of tree ?

0 Answers   Amazon,


does java support pointers?

0 Answers  


Can we print null in java?

0 Answers  


what is the use of finalize()Method please explain with an example

3 Answers  


Can we create an object of static class in java?

0 Answers  


Why we can not force Garbage Collection?

7 Answers  


What is dynamic binding(late binding)?

0 Answers  


Categories