Hello forums,
Great Sunday ins't it?
So I've been working on a personal project. So far I've got a program that can create other individual stand alone programs (.java & .class) at any given location. I would like to double check on something. Since java is sending instructions to shell or cmd prompt, every time a new class is executed, we could say they are in their own independer runtime.
Is that correct?