Answer Posted / Mohammad Azeem Khan
The Java Virtual Machine (JVM) is a virtual computer that runs Java bytecode. It provides the runtime environment in which Java programs can execute. The JVM manages memory, performs security checks, and executes the bytecode instructions for each method call. When you compile a Java program, it is first converted into Java bytecode, which can then be run on any JVM.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we extract main method from another class?
What is the locale class?
What if I write static public void instead of public static void?
What is the first argument of the string array in main method?
Are jvm’s platform independent?
What is the resourcebundle class?
How does java handle integer overflows and underflows?
What do you understand by casting in java language? What are the types of casting?
what is reflection api? How are they implemented?
What is the java api?