What is the java virtual machine?



What is the java virtual machine?..

Answer / Raksha Gupta

The Java Virtual Machine (JVM) is a software that provides a runtime environment for executing compiled Java bytecode. It allows Java programs to run on any device with a JVM, regardless of their underlying hardware and operating system.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Can a final variable be manipulated in java?

1 Answers  


How can we run a java program without making any object?

1 Answers  


What is the meaning of course?

1 Answers  


please tell me what is wrapper class in java with example ?

6 Answers   HP,


what is main difference b/w abstract class and interface

4 Answers  


When do you create an index?

0 Answers  


What does microservices mean?

1 Answers  


How to make class immutable

6 Answers  


How to override equals() and hashCode() method in java?

1 Answers   Wipro,


How are multiple inheritances done in Java?

1 Answers   Atos Origin,


What is meant by vector class, dictionary class, hash table class, and property class?

1 Answers  


Can you have an inner class inside a method and what variables can you access?

2 Answers  


Categories