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
Why does java doesnt suuport unsigned values?
What is the difference between inner class and nested class?
What is variable in java?
Is void a data type in java?
Can I extend singleton class in java?
What is the basic concepts of OOPS?
What is the difference between compiler and jvm?
What is functional interface in javatpoint?
What is the replace tool?
What are the default and parameterized constructors?
Name few java 8 annotations ?
Can a final method be overloaded?
What is the point of java?
List out benefits of object oriented programming language?
Why we use multi threading instead of multiprocessing?