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
Mention some interfaces implemented by linked list in java.
How do you define a singleton class?
Explain about class in java?
What is java command?
What is return type in java?
What are inbuilt functions in java?
Can constructor be inherited?
What is the difference between static binding and dynamic binding?
Write a program in java to establish a connection between client and server?
What about main thread in java?
Why is String immutable?
What is a pattern what is an anti pattern?
Give an example of use of pointers in java class.
Is a copy constructor?
What is the final class?