5. If we have a mutable object inside immutable class then how will you handle it?

AnswerBot
1y

To handle a mutable object inside an immutable class, make the object private and provide only read-only access methods.

  • Make the mutable object private to encapsulate it within the immutable class.

  • Pro...read more

Anonymous
5mo
We need to use Deep cloned copy of the object in the constructor and the getter method when we use a mutable object as a field in an immutable class.
AKSHAY POTDAR
1y

If we have a mutable object inside an immutable class, we need to ensure that the mutable object cannot be modified from outside the class. Here are some ways to achieve this:

  1. Make the mutable object p...read more

Add answer anonymously...
Wissen Technology Java Developer Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter