Answer Posted / sumitpalsingh
String class is immutable .In String class we can not change or modify object value. To make an object value modifiable. we can use StringBuffer and StringBuilder classes.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How can u increase the heap size in the memory?
Implementations of set interface?
How is abstraction implemented in java ?
What is scope & storage allocation of static, local and register variables? Explain with an example.
What is the internal implementation of set in java?
Write code of any action class?
What are the difference between string, string builder, and string buffer in java?
What is the independent variable in an experiment?
Can we instantiate interface in java?
What is the difference between heap memory and stack memory?
Can a class have an interface?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
What is hashing principle in java?
Does collectionutils isempty check for null?
What is an image buffer?