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 is yielding and sleeping? how they different?

Answer Posted / ravikiran

yield() method will suspend all the same priority thread
which is running and gives chance to next thread to run
which is of the same priority
sleep() method will make the thread to sleep for a
particular period of time which is specified in the
argument list

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Discuss different types of errors that generally occur while programming.

1089


What is the vector class in java programming?

1143


Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?

1212


What is the applet security manager, and what does it provide?

1047


Can a final variable be initialized in constructor?

1021


what are synchronized methods and synchronized statements? : Java thread

1051


what is the volatile modifier for? : Java thread

1062


What do you mean by scope of variable?

941


What are keywords in java?

1052


Why super is first line in java?

1100


How variables are stored in memory?

1050


What are the fileinputstream and fileoutputstream?

1103


What is covariant return type?

1157


What is scope & storage allocation of global and extern variables? Explain with an example

1093


Can you create an object of an abstract class?

1074