What are the main glaring differences between the JVM and KVM?

天大地大妈咪最大 提交于 2021-01-28 13:47:07

问题


I'm learning Java for a course this month, and this question is just one I thought of that I'd like to know.

What are the main differences between these two? I know KVM is targeted for mobile devices, correct?


回答1:


The KVM is specifically optimized for use with devices with 128k - 256k available memory. It is developed for use with J2ME. The JVM has additional libraries and functionality that the KVM does not have out of the box (but these libraries can be added to the KVM as needed).

More information on the KVM and J2ME.



来源:https://stackoverflow.com/questions/2812564/what-are-the-main-glaring-differences-between-the-jvm-and-kvm

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!