What is synchronization in multithreading? (Senior Lecturer – Amplify Mindware)
Transcript: As we know thread is an entity of a process so it means that all the thread of a process are going to share the same memory so it can happen that more the one thread is accessing the same data in this case data corruption can occurs its simply mean that suppose one thread is writing the other thread will overwrites that so the data written by the first thread will lost just to prevent this we are using synchronization in […]