Difference between the String and StringBuffer classes?
Answer Posted / sathya
String class is immutable i.e oncle created the value
cannot chage.
Stringbuffer class is mutable.The value can change.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what is anonymous class in java?
What is the buffer limit?
How to calculate the length of a singly linked list in java?
What is a string what operation can be performed out with the help of a string?
What is main in java?
What are actual parameters?
What is java used for on a computer?
What is meant by design patterns?
What is stream api in java8?
Is call by reference possible in java?
Can you call one constructor from another if a class has multiple constructors?
What is the order of arraylist in java?
What classes of exceptions may be thrown by a throw statement?
Who is the owner of java?
How you can force the garbage collection?