Differences between JVM implementations

前端 未结 8 1094
南旧
南旧 2020-12-13 04:52

Where do JVM Implementations differ (except licensing)? Does every JVM implement Type Erasure for the Generic handling?

Where are the differences between:

8条回答
  •  抹茶落季
    2020-12-13 05:39

    JVM is like a virtual Machine that works to Load the class and Bytcode varifier, execute the code. while Applocaion Programming Interface is Collection of Packages. and Packages are collection of class. Java program execute where JVM Installed and Works.

提交回复
热议问题