---
title: "What is synchronization?"  
description: "What is synchronization?"  
author: "Anonymous User"  
published: 2015-05-07  
updated: 2020-09-11  
canonical: https://www.mindstick.com/interview/2498/what-is-synchronization  
category: "java"  
tags: ["java", "thread"]  
reading_time: 1 minute  

---

# What is synchronization?

Synchronization is the capabilility of control the access of multiple threads to any shared resource.It is used:

To prevent thread interference.

To prevent consistency problem.

## Answers

### Answer by Anonymous User

Synchronization is the capabilility of control the access of multiple threads to any shared resource.It is used:

To prevent thread interference.

To prevent consistency problem.


---

Original Source: https://www.mindstick.com/interview/2498/what-is-synchronization

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
