In which language are the Java compiler and JVM written?

后端 未结 9 1782
南旧
南旧 2020-11-28 00:28

In which languages are the Java compiler (javac), the virtual machine (JVM) and the java starter written?

9条回答
  •  爱一瞬间的悲伤
    2020-11-28 01:03

    This link should answer your question

    It seems the compiler is now written in Java, but the runtime is written in ANSI C

提交回复
热议问题