0
If java is platform independent, then we can run java program on iOS devices also?? Are the jvm/jdk different?
2 Réponses
0
Right JVM is platform dependent then where are these different JVM? Basically my doubt is Oracle offers a JDK, how how does the JVM then differ?
0
I don't know if the doubt persists. I am new to SoloLearn and so I am contributing to the community and hopefully help to improve it / expand the courses to new levels and field.
Regarding your question, please consider JDK as the platform where coding is developed (tools, libraries, etc), where Java Runtime Environment is provided and this last one, by its turn, implements Java Virtual Machine (JVM).
The JVM permits that translation of Java to specific OS. So JVM is consider a specification because it is a platform dependent to a allow Java (platform independent) to run.