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 is the use of finalize()Method please explain with an example
write a progam hashmap & hashtable?
Can we start a thread twice in java?
What is the purpose of static methods and static variables?
What is string variable?
What is the common usage of serialization? What exceptions occur during serialization?
Why static functions are used?
What is difference between calling start() and run() method of thread?
What is the difference between array and array list in java?
What is the difference between length and length() method in java?
What is meant by 'bit masking' in java?
Can bool be null?