ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

How can you write an immutable class?

Write a class with private properties.

Instantiate the properties by using the constructor.

Use the getters but not the setters.

 

Related Posts Plugin for WordPress, Blogger...
Flag Counter