Is it possible to create the full version of "PROGRAM" when executed in two subprograms from the same execution sequence?
The resulting routines are completely identical. They have the same execution sequences and meanings, but now they are two different programs. This is similar to creating a clone of an object, which gives us the opportunity to work with two different objects of the same type. But instead of a simple object and some values here, we want to create a completely parallel sequence of execution of a program already loaded in the JVM (prefer an answer for Java).
source
share