employer cover photo
employer logo
employer logo

Inspired Entertainment

Is this your company?

Inspired Entertainment interview question

A class having two synchronized methods, one static and other non static. Can two threads concurrently access this object?

Interview Answer

Anonymous

29 Sept 2022

Yes we can, Static method is associated with the class and non-static one is associated with the instance