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...

what are depricated methods in threads and explain the
lifecycle methods

Answer Posted / dara

There are two deprecated methods in threads.
1.resume
2.suspend.
life cycle of methods of thread.
1.ready to run(start() method)
2.run(run() method)
3.suspend(wait() or sleep() method)
4.resume(notify() or notifyall() method)
5.death.

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by formatting?

1048


What is a default constraint?

1116


How does system arraycopy work in java?

1185


What is Session reduplication and how its done?

2084


Where are register variables stored?

1053


What are the advantages of assembly language?

965


What is collections framework?

1208


what is static import in java? Explain

1079


Can we write multiple catch blocks under single try block?

1147


What is valid keyword in java?

1050


How to print an arraylist in java?

1167


What is the Scope of Static Variable?

1278


Can we use a default constructor of a class even if an explicit constructor is defined?

1145


What is the purpose of the file class in java programming?

1097


What is dot operator?

1095