Vestmark Interview Question

How to ensure that iterating through a collection is thread safe.

Interview Answers

Anonymous

Feb 21, 2017

What was the coding question on eclipse like?

1

Anonymous

Jan 6, 2017

I said we can put the iteration part of the code inside a synchronized block.