N26 interview question

Implement producer consumer using Thread concept

Interview Answers

Anonymous

Apr 7, 2022

I couldn't come up with a solution

Anonymous

Jun 7, 2022

I think this is fairly easy to implement if you have a good understanding about Thread concepts , this also can be implemented using BlockingQueue more easily