Q&As below are focused on solving common data structure problems using the Java collections framework.
How do I add elements while iterating over a List
How do I create a list or collection of primitive types
How do I block on a FIFO queue if its empty
How do I push and pop items from a list on a LIFO basis
How do I add and retrieve elements from a list on a FIFO basis
How do I send and receive messages synchronously using a queue