java.lang.Process big problem...Too limited
I am facing a problem because of java.lang.Process limited finctionality...
as Thread.isAlive() tells us that whether a thread is alive or not ,there is no method that tells whether a process is alive or not....
There is a method calledwaitFor(),it returns if the process is terminated bu blocks if the process has not terminated.....
So i need something that can tell me that the process is alive or dead......Please tell me if anyone can......

