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


Please Help Members By Posting Answers For Below Questions

what is object-oriented programming in java?

591


What is the difference between numeric and integer?

515


How can you write a loop indefinitely in java programming?

556


Why is java called the platform independent programming language?

580


What is an error in java?

643






Why is string class considered immutable?

598


Explain what do you mean by functional overloading in java?

557


What is a platform?

546


Which class should you use to obtain design information about an object in java programming?

651


What is classes in java?

523


Can we define a package statement after the import statement in java?

586


What is the purpose of static keyword in java?

519


What is arrays aslist in java?

524


How many bits is a boolean?

628


Can we use string in switch case in java?

574