ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

Describe synchronization in respect to multithreading.

Multithreading occurs asynchronously, meaning one thread executes independently of the other threads. In this way, threads don’t depend on each other’s execution. In contrast, processes that run synchronously depend on each other. That is, one process waits until the other process terminates before it can execute

 

Related Posts Plugin for WordPress, Blogger...
Flag Counter