Login
Register
All Activity
Questions
Unanswered
Tags
Ask a Question
Our Blog
Subscribe
Twitter
Facebook
Google
YouTube
Most popular tags
java
programming
mysql
oracle
database
ubuntu
tomcat
apache
tiles
struts2
indexing
servlet
jsp
web-development
designing
css3
windows
github
ssh
11
questions
13
answers
13
comments
27
users
Related questions
Why action called twice in struts2 ?
How to show currency in Indian format in java
Find 2nd highest salary from database
How to include JSP page in servlet
How to find last inserted element if primary key is not auto increment?
Why String is immutable
0
votes
I want to know why Java makes the String class immutable.
java
asked
Dec 18, 2012
by
sumit
Tweet
Your comment on this question:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
String has been widely used as parameter for many java classes if string is not immutable this wood lead serious security threat.
answered
Dec 19, 2012
by
prashant
Your comment on this answer:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please
log in
or
register
.
...