章次 章 次
-
0:03章章章 章章 章 次 第一章 章 第一章 一章 1: The third class in Java has a sleep method which we can use for pausing the execution of a thread. 60s · Speaker 1
The third class in Java has a sleep method which we can use for pausing the execution of a thread. With this we can simulate a long -running operation, like downloading a file that takes a few seconds. So in our task class, after printing t…
-
1:04章章章 章章 章 次 第一章 章 第一章 一章 2: Pretty easy. 88s · Speaker 2
Pretty easy. Now, after five seconds of delay, let's print another message like download complete. We can also add the thread name for clarity, so plus thread .currentThread .getName. Now, back to our demo class, here we are starting 10 thr…