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 are getters and setters in Java with examples?
Explain phantom read?
When is the best time to validate input?
what is an isolation level?
What is the difference between RMI registry and OS Agent?
Is the session factory thread safe?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
What is the difference between java class and bean?
What is difference between object state and behavior?
What are the steps to write p-to-p model application?
What class is used to create Server side object ?
What are the different types of exception?
What is a sessionfactory? Is it a thread-safe object?
Difference between loadclass and class.forname?
how do you Handle Front End Application data against DB with example?