Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

explain the life cycle of thread?

Answer Posted / vazza jones

The thread states are:

- New (created but start mtd not called)
- Runnable (Ready to run, waiting for CPU cycles)
- Running (allocated CPU cycle)
- Suspended (timed sleeping)
- Wait (waiting for a notify)
- Stopped (Completed)

Is This Answer Correct ?    40 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is java util?

1071


Which variables are stored in heap?

1083


Can we have any other return type than void for main method?

999


Is java a compiler?

1022


describe method overloading

1082


Which variables are stored in stack?

951


What is listnode in java?

1039


What are the access modifiers in java?

1094


Is map ordered in java?

996


How does regex work?

1019


What do you understand by the term wrapper classes?

1052


Why java is platform independent? Explain.

1059


Difference difference paint() and paintcomponent()?

1052


Why null value is used in string?

1095


How can you write a loop indefinitely in java programming?

1072