What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?



What are different types of JVM's? for example we use dalvik jvm for android then what about t..

Answer / Kuldeep Kumar Gupta

Dalvik VM is used in Android, while HotSpot VM is used in most Java applications on desktop and server platforms. IBM's J9 and Oracle's GraalVM are other examples of JVMs.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

What is oops and its features?

1 Answers  


what is a class

6 Answers  


What is polymorphism ? Explain with examples

8 Answers   Ness Technologies,


how many types of notations are in java

1 Answers   National University of Modern Languages (NUML),


What is this interview room ? Is it a class or an object.

3 Answers   CybAge, NSN, Wipro,


What is object in oop with example?

1 Answers  


What is the real life example of polymorphism?

1 Answers  


what is opps?why it is use in programming language?

2 Answers   Wipro,


INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

1 Answers  


why c++ is called OOPS? waht is inherutance? what is compiler?

5 Answers  


what is difference between thread and programme.

1 Answers   NCC,


why the argument is passed by reference to a copy constructor?example?

2 Answers  


Categories