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 |
Explain method overloading?
Why multiple inheritance is not supported by java?
what is the use of clone() in real time scenario?
What is memory leak and how does java handle it?
What is the super void?
What about interrupt() method of thread class ?
State the difference between strings and arrays.
Can we use different return types for methods when overridden?
program to validate the IP address? Validity range should be 0 to 255
what is the difference between java and j2ee... is that can i work j2ee on net beans IDE 6.0
What is Session and cookies?Explain in detail with an example?
Why is flag used in java?