Tell us why do you need to use synchronized methods or blocks?

Submitted by: Muhammad
If threads are being used and a number of threads have to go through a synchronized section of code, only one of them may be executed at a time. This is used to make sure shared variables are not updated by multiple threads.
Submitted by: Muhammad

Read Online Java Software Engineer Job Interview Questions And Answers