What is the java virtual machine (jvm)?



What is the java virtual machine (jvm)?..

Answer / Ravi Prakash

The Java Virtual Machine (JVM) is a software that enables computers to run Java applications. It provides a runtime environment for executing compiled Java bytecode and manages memory allocation, garbage collection, and security.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java Related AllOther Interview Questions

How do I run a java program from the command line?

1 Answers  


What is exe file in java?

1 Answers  


What is the difference between a jvm and a jdk?

1 Answers  


What is injection in java?

1 Answers  


What is custom tag in java?

1 Answers  


What is stateless class in java?

1 Answers  


Who developed JavaScript, and what was the first name of JavaScript?

1 Answers  


What is jar file in java?

1 Answers  


What does @override mean in java?

1 Answers  


1.can i use super keyword in normal class(not inheritance) to call any method?if so how can i call particular variable? 2.In the inheritance how can i access the particular variable from the base class(it containing 5 variables) using super keyword?

1 Answers  


Is openjdk the same as jdk?

1 Answers  


How can you work with permissions from your .net application? : java security

1 Answers  


Categories