Difference between String and StringBuffer.
Answer Posted / minu
hi
i am agree with Madhu ,
String is an immutable object. StringBuffer is a mutable
object.
immutable object:If you are not allowed to change the value
of an object, it is immutable object.
mutable object: If a object value is changeable then we can
call it as Mutable object.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What is arrays sort in java?
What do you mean by chromounits in java8?
What is the meaning of course?
Explain purpose of sleep() method in java?
What are meta-annotations?
Where is the singleton class used?
What is the range of the short type?
What are the kinds of polymorphism?
Explain with example the concept of constant variable in java.
Is object a data type?
What is a parameter in matrices?
What is an example of character?
Why to use nested classes in java?
What language is pass by reference?
What is difference between path and classpath?