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
What is static and final keyword in java?
What are the advantages of java inner classes?
What is the difference between iterator and enumeration ?
How many types of parsers are there?
Difference between start() and run() method of thread class?
Can you pass functions in java?
Is logger a singleton?
How do you define a set in java?
How is treeset implemented in java?
Give some features of interface?
If a method is declared as protected, where may the method be accessed in java programming?
Explain differences between checked and unchecked exceptions in java?
How many types of assembly languages are there?
What is a literal coding?
What is the difference between inner class and nested class?