Difference between String and StringBuffer.
Answer Posted / madhu
string is imutable and stringbuffer is mutable
Mutable means storing location is same
Imutable means storning location is different
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Can I learn java in 3 months?
What are the legal parameters?
What a static class can contains?
Can we write multiple catch blocks under single try block?
How do I stop concurrentmodificationexception?
What one should take care of, while serializing the object?
How to sort elements in a parallel array in java?
What is meant by class?
What is anagram number?
What do you understand by java?
Why arraylist is used in java?
What is the difference between the font and fontmetrics classes in java programming?
Which class is the superclass for all the classes?
What is the basic concept of java?
Is array passed by reference in java?