Posts

Showing posts from May, 2018

Blocking Queue Questions for Java Interview

Following are questions which are normally asked on Blocking queue in Java interviews. 1. What is Blocking Queue and When it was introduced in Java ? 2. Custom implementation of Blocking Queue. 3. Different types of BlockingQueue methods.