What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
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 |
What is oops and its features?
what is a class
What is polymorphism ? Explain with examples
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.
What is object in oop with example?
What is the real life example of polymorphism?
what is opps?why it is use in programming language?
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?
why c++ is called OOPS? waht is inherutance? what is compiler?
what is difference between thread and programme.
why the argument is passed by reference to a copy constructor?example?