Skip to content

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.)

Notifications You must be signed in to change notification settings

Minisiia/SynchronizedThreads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages