---
title: "What is static synchronization?"  
description: "What is static synchronization?"  
author: "Anonymous User"  
published: 2015-05-10  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/2501/what-is-static-synchronization  
category: "java"  
tags: ["java", "thread"]  
reading_time: 1 minute  

---

# What is static synchronization?

If you make any static method as synchronized, the lock will be on the class not on object

## Answers

### Answer by Anonymous User

If you make any static method as synchronized, the lock will be on the class not on object


---

Original Source: https://www.mindstick.com/interview/2501/what-is-static-synchronization

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
