string is immutable? right every one knows that, my
question is it advantage or disadvantage making string
immutable?
Answer Posted / chandu
Sting is Immutable.We can make String as mutable in the give ex
String s="Hello";
String s=s1;
String s2;
s2=s1.append("World");
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is thread safe in java?
How static variable work in java?
What is the core java?
Is java code slower than native code?
What is the use of coding?
What is qms certification?
What are the types of java?
Explain about assignment statement?
What is diamond operator in java?
What do you mean by order of precedence and associativity?
What are computer functions?
How do you remove all elements from an arraylist in java?
What is an argument in java?
What are the 4 versions of java?
What are 5 boolean operators?