Minisiia / SynchronizedThreads

Create 2 classes with fields and methods. It is necessary to synchronize the methods of these classes with each other, i.e. to display values one by one (class 1, class 2, 1, 2, etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SynchronizedThreads

Create 2 classes with fields and methods. It is necessary to synchronize the methods of these classes with each other, i.e. to display values one by one (class 1, class 2, 1, 2, etc.)

4 Java Advanced 8 Thread & Runnable

Завдання 4

Створити 2 довільні класи з полями та методами. Необхідно синхронізувати методи цих класів між собою, тобто. щоб виводило на екран значення один за одним (1 клас, 2 клас, 1, 2 тощо).

About

Create 2 classes with fields and methods. It is necessary to synchronize the methods of these classes with each other, i.e. to display values one by one (class 1, class 2, 1, 2, etc.)


Languages

Language:Java 100.0%