What is jvm? Why is java called the platform independent programming language?



What is jvm? Why is java called the platform independent programming language?..

Answer / Md Jamil Ahmad

Java Virtual Machine (JVM) is a software that runs Java programs. It provides a runtime environment for executing compiled Java bytecode. Java is called a platform-independent programming language because the bytecode generated from compiled Java source code can be run on any device that has a JVM, making it possible to write and run the same code on different operating systems.nnNote: The actual implementation of the JVM varies between different operating systems.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is immutability in java?

1 Answers  


What is palindrome in java?

1 Answers  


What is the use of arrays tostring () in java?

1 Answers  


How to create packages in java?

1 Answers  


What is the use of default method in interface in java?

1 Answers  


What restrictions are placed on method overriding?

1 Answers  


Java.util.regex consists of which classes?

1 Answers  


when we create singleton design then we create private constructtor..so how JVM take private constructor to make object..but it's private..

1 Answers   Ness Technologies,


How does multithreading take place on a computer with a single cpu in java programming?

1 Answers  


What is the difference between stringbuffer and stringbuilder class?

1 Answers  


What is method reference?

1 Answers  


How the interruptible method gets implemented?

1 Answers  


Categories