Are all primitive wrapper classes in Java immutable objects? String is immutable. What are the other immutable objects?
Yes, of course. Wrapper classes are immutable.
You can read Why wrapper classes are immutable in java? to understand the immutability of wrapper classes.