---
title: "When should we interrupt a thread?"  
description: "When should we interrupt a thread?"  
author: "Anonymous User"  
published: 2015-05-07  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/2497/when-should-we-interrupt-a-thread  
category: "java"  
tags: ["java", "thread"]  
reading_time: 1 minute  

---

# When should we interrupt a thread?

We should interrupt a thread if we want to break out the sleep or wait state of a thread.

## Answers

### Answer by Anonymous User

We should interrupt a thread if we want to break out the sleep or wait state of a thread.


---

Original Source: https://www.mindstick.com/interview/2497/when-should-we-interrupt-a-thread

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
