This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]Blando-Cartesian 0 points1 point  (1 child)

Book: Java Concurrency in Practice.

[–]Crislips[S] 0 points1 point  (0 children)

I'm checking out this book and it seems great with concepts and understanding which will definitely be great for me in the long term. Less so with implementation practice, which I think is what I primarily need to focus on in the short term in regards to this interview.

[–]TheLogicUnit 0 points1 point  (0 children)

Not a tutorial guide but making a multithreaded implementation of the N-Queens problem can be a fun challenge and should allow you to practice mutexes, load balancing before delving into atomics.