employer cover photo
employer logo
employer logo

ION Trading

Acquired by ION Group

Is this your company?

ION Trading Interview Question

What is volatile do in Java

Interview Answer

Anonymous

Jan 14, 2010

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

1