Overview of Java Threads (part 1)

preview_player
Показать описание
This video gives an overview of Java threads, focusing on how to provide a thread with code to run and how to pass parameters to a thread.
Рекомендации по теме
Комментарии
Автор

12:37 Ways of Giving Code to Java threads
13:13 extends Thread
13:32 @override run() HOOK METHOD
13:40 what is a hook method: a method that can be overridden in a sub-class in order to be able to provide variable behavior
24:05 *passing parameters to Java thread*
24:29 through constructor of a Runnable subclass
26:09 setter

15:15 implements Runnable

ruixue
visit shbcf.ru