employer cover photo
employer logo

ION Trading interview question

What is volatile do in Java

Interview Answer

Anonymous

14 Jan 2010

volatile is used to indicate that a variable's value will be modified by different threads.

1