Java Inter Process communication and Inter Thread communication ?
- by JavaUser
Hi,
First , what is the difference between Thread and a Process in Java context?
and How Inter Process communication and Inter Thread communication is acheived in Java?
Please point me real time examples.
Thx