What is meant by JVM? Is JVM platform independent or not?



What is meant by JVM? Is JVM platform independent or not?..

Answer / Shikha

Java Virtual Machine (JVM) is a platform-independent, software emulator that allows Java programs to run on various platforms. However, the JVM must be implemented for each specific platform.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is an error in java?

1 Answers  


How do you make a thread in java?

1 Answers  


Name few "optional" classes introduced with java 8 ?

1 Answers  


What is constructor and its types?

1 Answers  


Explain about GridBag Layout?

1 Answers  


Hi Friends.. can any one provide the real time example for methodoverloading and methodoverriding .........

2 Answers   Honeywell,


What are encapsulation, inheritance and polymorphism?

1 Answers  


What is nullpointerexception in java?

1 Answers  


Can we add default constructor to Servlet?

1 Answers   Fidelity,


what are the application of compiler and interpreter for source program

2 Answers  


Can we sort hashset in java?

1 Answers  


What method is used to compare two strings ?

4 Answers  


Categories