
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
When a thread is created and started, what is its initial state?
When a new thread begins its life cycle in the new state. It remains in this state until the program starts the thread. It is also referred to as a born thread.
After this newly born thread is started, the thread becomes runnable. A thread in this state is considered to be executing its task.
- Related Questions & Answers
- Program to reset a polygon to its initial state in Python
- What are the ways in which a thread is created in Java?
- What is Thread cancellation?
- What is bootstrap and what is its use as a framework?
- What is a Blue Paradise Fish and what is its lifespan?
- What is a scriptlet in JSP and what is its syntax?
- What is Java API and what is its use?
- What is Account Balance and what is its significance?
- What is Scenario Analysis and what is its importance?
- What is Initial Permutation in DES?
- What is a state in react native?
- What is a waveguide and what are its types?
- What is a hierarchical database and its elements?
- What happens when a function is called before its declaration in C?
- Where is the MySQL database gets saved when it is created?
Advertisements