What is a Lock? - Cracking the Java Coding Interview

preview_player
Показать описание
Cracking the #Java #Coding #Interview - Question 147: What is a Lock?
Рекомендации по теме
Комментарии
Автор

Your channel is like a hidden gem on YouTube. So glad I found it!

MyCodingDiary
Автор

I've never commented on a video before, but I had to for this one. It's that good!

MyCodingDiary
Автор

I had no idea before this video that there is another way to lock the object other than synchronised

samgeek
Автор

When it should be used ? example please ?

muhammadjazzar
Автор

You forgot the StampedLock which is the new implementation fixing a flaw inside the ReentrantLock.

Speiger
Автор

Does ReentrantLock implement AutoClosable? If not why?

Markus_included
Автор

AIO vs NB-NIO on Java for Networking please

forKotlinsky
Автор

Is it not Object? private final Object lock = new Object(); Quastion was: what it is lock? not reentrantlock.lock();

Nexoc