18- Concurrent Collections
2:37
2 స్పీకర్లు
2 (i) అంశపులు
58 విభాగములు
స్పీకర్లు
(i) అంశపులు
-
0:03
Synchronized collections achieve thread safety by using locks. So when a thread gets access to a synchronous collection, the entire collection gets locked and other threads have to wait. This works well for most cases, but it can have a neg…
-
2:18
Again, I cannot emphasize the importance of interfaces enough. A lot of developers don't understand interfaces. They think they do, but honestly, they don't. So if you want to have a better understanding of interfaces and their power, watch…