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 are the core java topics?
What mechanism does java use for memory management?
What is application system?
what is server side caching?
Explain polymorphism citing an example.
How do you represent a space in regex java?
What is singletonlist in java?
How do we access static members in java?
Is it possible to override the main method?
What is local class in java?
Why does my function print none?
What is valid keyword in java?
what is the difference between thread and runnable types? : Java thread
Why stringbuffer is faster than string?
What is keyword in oop?