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 Yield() method when we r using this ? tell exactly

Answers were Sorted based on User's Feedback



What is Yield() method when we r using this ? tell exactly..

Answer / naresh kumar

Yield will be called by Thread.Yield() t0 give other
runnable thread a chance to excute...

Is This Answer Correct ?    10 Yes 0 No

What is Yield() method when we r using this ? tell exactly..

Answer / mounika

It causes to pauses the current executing thread for giving
the chance to the remaining waiting threads of same priority.
if there is no waiting threads are All waiting threads
have low priority then the same thread will continue its
execution.

Is This Answer Correct ?    10 Yes 0 No

Post New Answer

More Core Java Interview Questions

what are the application of compiler and interpreter for source program

2 Answers  


How do you override a variable in java?

0 Answers  


What is the default value of the local variables?

0 Answers  


Is it compulsory for a try block to be followed by a catch block in java for exception handling?

0 Answers  


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 ?

0 Answers   HCL,


can you create interface instance ?

54 Answers   Fidelity, TCS,


Describe the term diamond problem.

0 Answers  


What are the differences between processes and threads?

0 Answers  


How do you sort words in java?

0 Answers  


In how many ways we can do exception handling in java?

0 Answers  


Given a singly linked list, determine whether it contains a loop or not without using temporary space?

0 Answers   Global Logic,


How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?

0 Answers  


Categories