Answer Posted / javamasque
Java Virtual Machine is the runtime environment of JAVA. The JVM has 3 forms as 1. Specification 2. Concrete implementation 3. Run time execution. JVM is platform dependent. A single JVM instance is created per JAVA standalone or web application. The lifecycle of JVM instance starts with the start of application and ends with the stop of application.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many types of interfaces are there?
Explain the differences between abstraction and encapsulation?
what are the high-level thread states? : Java thread
how to write a program for sending mails between client and server
Is array an object in java?
Can we define private and protected modifiers for the members in interfaces?
Are functions objects in java?
Tell me the Importent classes in net package?
What is numeric function?
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
Can we sort list in java?
How many java versions are there?
what is session in java?
how come we know the object is no more used in the class?
What are kinds of processors?