Hello,
How can i get the process ID that would be allocated by the JVM to any particular
thread ?
ie
i've a
java thread which invokes another thread and the INVOKING thread need to know the PROCESS ID of INVOKED thread. That means the invoked thread should return its own process id to the thread that invoked it.
is there any direct method in Java like getProcessID() which can directly return the current thread's process ID or is there any other way thru which i can know this...???
Its urgent.
Thanks in adv.
Meghana