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


Is it possible for yielded thread to get chance for its execution again ?



Is it possible for yielded thread to get chance for its execution again ?..

Answer / Sumit Goyal

Yes, a yielded thread can receive another opportunity for its execution again in Java. The Thread.yield() method suggests that the current thread should temporarily pause and let other threads with similar or lower priority run.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What do you mean by an object in java?

1 Answers  


What is the use of toarray () in java?

1 Answers  


In what types of operations an ArithmeticException will be thrown?

3 Answers  


What is void class in java?

1 Answers  


They had given one progam final HashMap hm=new HashMap(); public void show() { hm.put("name",value); } in this prg here the final hashtable value can be changed in put method,its the prg run?

3 Answers   DNS, Wipro,


How do you sort in ascending order in java?

1 Answers  


Why sleep()is in Thread and wait() in Object class? Why can't I have both in one class or vice versa?

1 Answers  


State some advantages of java?

1 Answers  


What is difference between protected and private?

1 Answers  


What is audio clip interface? Name few methods of it ?

1 Answers  


difference between byte stream class and character stream class?

1 Answers  


Write a java program to check if a number is prime or not?

1 Answers  


Categories