开发者

java.exe=jvm and javac .exe=compiler

开发者 https://www.devze.com 2023-02-07 17:25 出处:网络
I think java.exe = JVM javac.exe = co开发者_如何学Pythonmpiler Is this right?It\'s a bit of a simplification, but mostly yes.

I think

Is this right?


It's a bit of a simplification, but mostly yes.

java.exe is how you start the JVM. javac.exe is how you start the compiler.

The actual implementation of the JVM and compiler doesn't lie within those particular files (only), however.

0

精彩评论

暂无评论...
验证码 换一张
取 消