String is immutable.it is true
String can be change to mutable How?
Answer Posted / manoj
immutable means once created an object that cannot be changed.
if we want to change means it will create another object
that is mutable
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Why use a datasource when you can directly specify a connection details?
What is the difference between session and entity beans?
What is metaspace?
Why are my checkboxes not being set from on to off?
what is meant by JRMP?
What are local interfaces? Describe.
What does module-relative mean?
Why does the tag url-encode javascript and mailto links?
How are the elements of a cardlayout organized?
Difference between loadclass and class.forname?
Do I have to use jsps with my application?
What are the different class loaders used by jvm?
whats is mean by connectionpooling
Can you control when passivation occurs?
Difference between new operator and class.forname().newinstance()?