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 are some examples of variable costs?

0 Answers  


Can we override the private methods?

0 Answers  


What restrictions are placed on method overloading in java programming?

0 Answers  


In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?

0 Answers   MCN Solutions,


What is quick sort in java?

0 Answers  






There are 2 classes, 1 LandAnimal and another WaterAnimal. There is another class Animal which wants to have the properties of both LandAnimal and WaterAnimal. How will you design this situation?

6 Answers   KPIT,


Does java have extension methods?

0 Answers  


How many Java environments are there?

1 Answers   Phantom Technologies,


What is public/private protected in java?

0 Answers  


What is the difference between a constructor and a method?

0 Answers  


What is Hash Code in Java?

6 Answers   Cognizant,


In java, what is the difference between method overloading and method overriding?

0 Answers  


Categories