---
title: "When a thread is created and started, what is its initial state?"  
description: "When a thread is created and started, what is its initial state?"  
author: "Sumit Kesarwani"  
published: 2014-08-26  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/2018/when-a-thread-is-created-and-started-what-is-its-initial-state  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# When a thread is created and started, what is its initial state?

A thread is in the ready state after it has been created and started.

## Answers

### Answer by Sumit Kesarwani

A thread is in the ready state after it has been created and started.


---

Original Source: https://www.mindstick.com/interview/2018/when-a-thread-is-created-and-started-what-is-its-initial-state

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
