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

What state does a thread enter When it is executing?



Posted By: Avi Date: 4 November 2010 01:10:50 AM
 Answer:

The running state.


Posted By: avibtech


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

Loading
Enter the text as shown in the image WY4CzE
Related Questions
Core Java : Can try statements be nested?

Can try statements be nested?

Try statements may be tested.
Category: Core Java Date: 11/8/2010 6:12:55 PM
Core Java : What is the statement block?

What is the statement block?

A statement block is used to organize a sequence of statements as a single statement group.
Category: Core Java Date: 11/8/2010 5:51:49 PM
Core Java : What is the purpose of the File class?

What is the purpose of the File class?

The File class is used to create objects that provide access to the files and directories of a local....
Category: Core Java Date: 11/8/2010 5:39:53 PM
Core Java : calling this.getClass() within a method m in class A will return?
Core Java : Is &&= a valid Java operator?

Is &&= a valid Java operator?

No, it is not.
Category: Core Java Date: 11/8/2010 5:06:53 PM