Suppose I have a Java application. I want to run another Java application from current (not a thread – a separate application) to calculate some function and them get the result to my first application to output it. How can I implement this?
Share
What comes to mind: