Explain the role played by Java Virtual Machine in Java
Programming?
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 |
Why Java is not pure Object Oriented language?
Why only one Class is public in one file? Explain in details. Thanks in Advance.
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
Does java runtime require a license?
What does flag mean in java?
What is the byte range?
How do you override a method?
What are synchronized blocks in java?
Why all programming languages have main as a execution starting point?
Why java Don't Support Multiple interitence
System.out.println("somestring"); It will create any object or not
whats the diff between jsp and servlets?