Core Java Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 299 Page Views: 

What are the high-level thread states?



Posted By: Avi Date: 4 November 2010 01:21:50 PM
 Answer:

The high-level thread states are ready, running, waiting, and dead


Posted By: avibtech


Date: 4 November 2010 01:21:50 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image rIkIHj
Related Questions
Core Java : What is the difference between a static and a non-static inner class?

What is the difference between a static and a non-static inner class?

A non-static inner class may have object instances that are associated with instances of the class's....
Category: Core Java Date: 11/4/2010 5:42:53 AM
Core Java : What is the difference between declasspath and path?

What is the difference between declasspath and path?

Classpath is the path that Java looks for loading class at run time and compile time . The path is a....
Category: Core Java Date: 11/4/2010 5:10:51 AM
Core Java : What invokes a thread's run() method?

What invokes a thread's run() method?

The JVM invokes the thread's run() method when the thread is initially executed and that after start....
Category: Core Java Date: 11/4/2010 4:05:49 AM
Core Java : Which non-Unicode letter characters may be used as the first character  of an identifier?

Which non-Unicode letter characters may be used as the first character of an identifier?

The non-Unicode letter characters $ and _ may appear as the first character of an identifier
Category: Core Java Date: 11/4/2010 3:20:54 AM
Core Java : Is null a keyword?

Is null a keyword?

The null value is not a keyword.
Category: Core Java Date: 11/4/2010 2:48:52 AM