Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture explains the synchronized semantics in Java, comparing it to the volatile keyword. It covers the possibility of deadlock, synchronization order between blocks, visibility of updated values, happens before relationship, and atomicity at the method level.