Explain working of java virtual machine (jvm)?
Answer / 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 |
Why Java is a platform independent language?Explain byte code and JVM
How can I protect myself? : java security
What are messages in java?
Explain suspend() method under thread class>
What if I do not provide the string array as the argument to the method?
why java has the size of character 2 byte ,while in c/c++ it is of 1 byte?
what is reflection api? How are they implemented?
Why struts framework is used in java?
What is a singleton in java?
Explain the inheritance principle.
Expain ur organisation process( V-model)?.
Difference between Abstract Class & Interface?