RBC Interview Question

What is happens-before rule in jvm

Interview Answer

Anonymous

May 2, 2018

In a Multi Threading env. Happens before guarantees that data is consistent and data contains all the committed changes made before the retrieval.