Difference between String & StringBuffer
Answer Posted / navneet raushan
The great difference between String and string buffeer is
that String buffer is thread safe where as String is not
thread safe as well as string is immutable and String
buffewr is mutable.
| Is This Answer Correct ? | 77 Yes | 12 No |
Post New Answer View All Answers
What is the importance of main method in Java?
Explain the difference between hashmap and hashtable in java?
Write a program to find maximum and minimum number in array?
What is java volatile?
What is not object oriented programming?
When should I use stringbuffer?
What is a buffer in java?
What do you mean by chromounits in java8?
Explain what access modifiers can be used for methods?
Why are global variables used?
What is the java idl system?
What is the benefit of inner / nested classes ?
Does java allow default arguments?
Can you declare an interface method static?
What are instance variables?