---
title: "Is it possible to start a thread twice?"  
description: "Is it possible to start a thread twice?"  
author: "Anonymous User"  
published: 2015-05-07  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/2491/is-it-possible-to-start-a-thread-twice  
category: "java"  
tags: ["java", "thread"]  
reading_time: 1 minute  

---

# Is it possible to start a thread twice?

No, there is no possibility to start a thread twice. If we does, it throws an exception

## Answers

### Answer by Anonymous User

No, there is no possibility to start a thread twice. If we does, it throws an exception


---

Original Source: https://www.mindstick.com/interview/2491/is-it-possible-to-start-a-thread-twice

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
