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

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -