Hi
We want to make my class immutable like as String class in java How can make it .
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Mar 18, 2012, 8:37 AM
http://www.javapractices.com/topic/TopicAction.do?Id=29
Satyapriya NayakPosted Mar 18, 2012, 4:00 AM
Please refer the below link
http://algs4.cs.princeton.edu/12oop/MutableString.java.html
Thanks