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?

Answers were Sorted based on User's Feedback



What is yielding and sleeping? how they different?..

Answer / ranganathkini

When a thread yields, its execution is paused and loses
ownership of the monitor lock giving other waiting threads a
chance to run.

When a thread sleeps, its execution is paused for the
specified duration during such an idle period, the thread
continues to retain the ownership of the monitor lock.

Is This Answer Correct ?    3 Yes 1 No

What is yielding and sleeping? how they different?..

Answer / 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

More Core Java Interview Questions

What is boolean data type in java?

0 Answers  


Is hashset sorted in java?

0 Answers  


What is the difference between assignment and initialization?

0 Answers  


what is the replacement for GOTO in java?

2 Answers   CTS,


What is the difference between actual and formal parameters?

0 Answers  


Is logger a singleton?

0 Answers  


Can you use abstract and final both with a method?

0 Answers  


What is sizeof in java?

0 Answers  


What's the default access specifier for variables and methods of a class?

0 Answers  


What is a variable in java?

0 Answers  


What are examples of modifiers?

0 Answers  


Can a java program have 2 main methods?

0 Answers  


Categories