Guidewire interview question

How to make a Java class immutable?

Interview Answer

Anonymous

15 July 2020

all fields must be final and immutable (or primitive).