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
What will be the output of round(3.7) and ceil(3.7)?
How do you remove spaces in java?
How will you get the platform dependent values like line separator, path separator, etc., ?
Can we have try without catch block?
What is the use of protected in java?
What is the scope or life time of instance variables?
Explain JMS in detail.
I want to print “hello” even before main is executed. How will you acheive that?
Can array grow dynamically in java?
How do you call a reference in java?
What do you understand by weak reference?
What is the difference between pass by reference and pass by pointer?
What is the difference between Java1.4 and Java1.5
What are the types of web technologies?
What is use of super keyword?