Город МОСКОВСКИЙ
00:08:09

Introduction to Threads & Java Thread Objects

Аватар
Java Тех Гуру
Просмотры:
22
Дата загрузки:
05.12.2023 00:38
Длительность:
00:08:09
Категория:
Развлечения

Описание

This video gives an overview of the concept of concurrency (which involves the execution of multiple instruction sequences “simultaneously”) and then explains what Java Thread objects are and how they can be used to enable applications to concurrently run computations that may (or may not) interact with each other. Both traditional Java "platform" Thread objects and new Java "virtual" Thread objects are explained, along with a brief overview of how these types of Thread objects can interact with each other via message passing and shared object synchronizers.

Рекомендуемые видео