0
Why Strings are final in Java?
can someone explain clearly
1 Answer
+ 21
There are 5 good reasons for this :
http://javarevisited.blogspot.in/2010/10/why-string-is-immutable-or-final-in-java.html?m=1
https://www.google.co.in/amp/www.journaldev.com/802/string-immutable-final-java/amp
These links are really useful and describe your question very well...try them. :D