Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
When a thread is created and started, what is its initial state?
Core Java
>>
Java Threading
Next Page »
When a thread is created and started, what is its initial state?
A thread is in “Ready” state after it has been created and started.
This state signifies that the thread is ready for execution. From here, it can be in the running state.
Next Page »
What are the high-level thread states?
What are the high-level thread states? - The thread can be in one of the following states: Running state, Ready state, Dead state and Waiting state...
Preemptive scheduling and time slicing
Preemptive scheduling and time slicing - Under Preemptive scheduling, the task with the highest priority is executed until it enters the waiting or dead states...
What is a task's priority and how is it used in scheduling?
What is a task's priority and how is it used in scheduling? - Every task is assigned a priority for execution. The task with the highest priority is executed first...
Post your comment
Related Content
Core Java - Part 1
Core Java - Part 2
Core Java for Freshers
Core Java for Experienced
Java Classes
Java Variables
Overloading & Overriding
Abstract classes & interfaces
Java Data Types
Java Arrays
Java Exception
Java Events
Java Virtual Machine
Java Input and Output
Java URL Connections
Java Sockets
JNDI
Applets
Java Abstract Window Toolkit
Java Drawing AWT components
JDBC - Part 1
JDBC - Part 2
Java Threading
Java multithreading
Javascript - Part 1
Javascript - Part 2
Java Design Patterns
Java Localization
Core Java Tutorial
Follow us
CareerRide on YOUTUBE
CareerRide on INSTAGRAM
MCQs
English
Tutorials
Download
▲