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#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

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