JAVA wait for processCan you give me simple command that will be waiting for process in windows task manager. Then if will be running then ... . Of course in java
ConcurrencyYou should take a look at the documentation for wait() and sleep(). I've attached an example below: https://docs.oracle.com/javase/tutor...ncy/sleep.html