Добавить
Уведомления

JAVA MULTI THREADING WITH SIMPLE EXAMPLE PROGRAM | JAVA THREAD FOR BEGINNERS.

java Multi threading Multi threading is called Thread based Multi tasking. Thread is a part of a program. Multi threading allows the execution of multiple parts of program at same time. The main advantage of multi threading is it utilizes the maximum CPU by Multi tasking. Basic Thread life cycle New(), Runnable(), Running state(), Blocked state (), dead state(). 2 ways to implement thread 1. implementing java interface. 2. Extending java Thread.

Иконка канала Tech Watch
2 подписчика
12+
16 просмотров
2 года назад
12+
16 просмотров
2 года назад

java Multi threading Multi threading is called Thread based Multi tasking. Thread is a part of a program. Multi threading allows the execution of multiple parts of program at same time. The main advantage of multi threading is it utilizes the maximum CPU by Multi tasking. Basic Thread life cycle New(), Runnable(), Running state(), Blocked state (), dead state(). 2 ways to implement thread 1. implementing java interface. 2. Extending java Thread.

, чтобы оставлять комментарии