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 |
What happens if a constructor is declared private?
What is race condition ?? (Threading concept) TCS 2 sept10
whats the life cycle of jsp
What is unmodifiable collection in java?
What is anagram of a string?
Implement a stack with push (), pop() and min() in O(1) time.
How are variables stored in memory?
what are literals in java?
What is meant by interface?
Can we define private and protected modifiers for variables in interfaces?
What is singleton class and how can we make a class singleton?
Explain the public class modifier?