I have a java class that contains an instruction to do something in a hosting platform.
java Foo.class
I believe that an instance of the JVM is created/instantiated after running "java" command. Did I understand it right? "java" command is an independent program or a process, but an instantiated JVM is another process...