what is difference between String buffer and String builder?
Answer Posted / chithra
String Buffer is Sybchronized where as String Builder is not.
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
Why we use protected in java?
How we can execute any code even before main method?
How to convert string to byte array and vice versa?
Can a hashset contain duplicates java?
What is difference between call by value and call by reference?
What does the @override annotation do?
What is java reflection api?
How can you traverse a linked list in java?
Can a class extend 2 classes in java?
Can a lock be acquired on a class in java programming?
How does finally block differ from finalize() method?
Is null an object java?
What is an example of a keyword?
What are the restriction imposed on a static method or a static block of code?
Can we override final method?