is the command "java" the JVM? -
whenever run .class file in jvm. mean command "java" in terminal.
or can click on open it?
a java file compiled class file, bunch of java bytecode. jvm thing can execute java bytecode.
java
command line tool part of java runtime environment (jre) knows how start java virtual machine, load , execute class file.
Comments
Post a Comment