45. Implementing an immutable stack A common coding challenge in interviews sounds like this: implement an immutable stack in Java. In case you need a quick overview of immutability concepts and the principles of writing an immutable class then I strongly recommend you Java Coding Problems, First Edition, Problems 47-52.Being an abstract data type, a […]