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
What is the purpose of the wait() method?
What are the call back methods in entity bean?
Is it possible to stop the execution of a method before completion in a sessionbean?
Define aop(assepct oriented programing)?
What is a policy?
whats is mean by connectionpooling
What is the purpose of the wait(), notify(), and notifyall() methods?
How are the elements of a cardlayout organized?
What is RMI and what are the services in RMI?
Explain the different types of memory used by jvm?
What is JTS?
What if the static modifier is removed from the signature of the main method?
Explain how will the struts know which action class to call when you submit a form?
What is a modular application? What does module-relative mean?
Where can I find seam examples and documentation?