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
How can we make a class virtual?
How are multiple inheritances done in Java?
What are the drawbacks of singleton class?
What are kinds of processors?
Tell me about different OOPS concepts.
What is java abstraction with example?
What are instance variables?
What is extension method in java?
Why is java so popular?
Which is easier netbeans or eclipse?
Why runnable interface is used in java?
What is an i/o filter?
What do you mean by an object in java?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
What is a method in java?