Skip to main content
correct tags
Link
Vadim Kotov
  • 8.3k
  • 8
  • 51
  • 63
added 60 characters in body
Source Link

I have not worked in multithreading, what is the difference between join and wait ,notify method ? is the difference only limited to obtain lock and refrain other threads from accessing it or are there other use cases?

Why should I go for wait and notify in multithreading when join can be used for completion of thread execution?

It would be helpful if any real time examples have been provided

I have not worked in multithreading, is the difference only limited to obtain lock and refrain other threads from accessing it or are there other use cases?

Why should I go for wait and notify in multithreading when join can be used for completion of thread execution?

It would be helpful if any real time examples have been provided

I have not worked in multithreading, what is the difference between join and wait ,notify method ? is the difference only limited to obtain lock and refrain other threads from accessing it or are there other use cases?

Why should I go for wait and notify in multithreading when join can be used for completion of thread execution?

It would be helpful if any real time examples have been provided

Minor enhancements and new tags
Source Link
Ravindra babu
  • 39.1k
  • 11
  • 258
  • 222

I have this crazy question: Why should I go for wait and notify in multithreading when join can be used for completion of thread execution?

I have not worked in multithreading, is the difference only limited to obtain lock and refrain other threads from accessing it or are there other use cases?

Why should I go for wait and notify in multithreading when join can be used for completion of thread execution?

It would be helpful if any real time example is given for my doubts. Thanks!examples have been provided

I have this crazy question: Why should I go for wait and notify in multithreading when join can be used for completion of thread execution?

I have not worked in multithreading, is the difference only limited to obtain lock and refrain other threads from accessing it or are there other use cases?

It would be helpful if any real time example is given for my doubts. Thanks!

I have not worked in multithreading, is the difference only limited to obtain lock and refrain other threads from accessing it or are there other use cases?

Why should I go for wait and notify in multithreading when join can be used for completion of thread execution?

It would be helpful if any real time examples have been provided

Source Link
Loading