12- The synchronized Keyword
5:13
2 Дыбыс тақшалары
2 Бөлімдер
130 сегменттер
Дыбыс тақшалары
Бөлімдер
-
0:03Бөлім 1: So you learn how to use locks to implement synchronization. 301s · Speaker 1
So you learn how to use locks to implement synchronization. Now in Java we have another tool for implementing synchronization and that's the synchronized keyword. Using the synchronized keyword we can achieve the same result but without exp…
-
5:04Бөлім 2: Next, we're going to look at another solution as a lightweight and simpler alternative to synchronization. 5s · Speaker 2
Next, we're going to look at another solution as a lightweight and simpler alternative to synchronization.