Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Pedro Silva   on Jul 03 In Java Category.

  
Question Answered By: Mehreen Malik   on Jul 03

If the other thread  is called  before the sleep method then the other
thread will continue processing. But if you have

sleep(x);

methody();

then methody() will be called after the sleeping has finished.

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Threads sleep/yield Or get search suggestion and latest updates.


Tagged: