employer cover photo
employer logo
employer logo

European Commission

Is this your company?

European Commission Interview Question

What is the purpose of the volatile Java modifier?

Interview Answer

Anonymous

Feb 28, 2021

It tells the JVM a given variable marked as such must have its own copy of it for every thread running that code.