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

Why java is platform independent? Explain.

0 Answers  


Why we go for collections in java?

0 Answers  


What are "class access modifiers" in Java?

0 Answers   Genpact,


Why is a string immutable?

0 Answers  


we r taking <load-on-startup>0</load-on-startup> <load-on-startup>1</load-on-startup> in deployment descripter for loading servlets like serv1 N serv2? so 'll it take serv1 or serv2

2 Answers   CSC,






Define nashorn in java8.

0 Answers  


What is the benefit of inner classes in java?

0 Answers  


What is java in simple terms?

0 Answers  


How can you handle java exceptions?

0 Answers  


What is proper subset?

0 Answers  


What is meant by method overriding?

0 Answers  


Write a java program that prints all the values given at command-line.

0 Answers  


Categories