Difference between string builder and string buffer in java

Technology: java
AskedIn:
Topics:
Type:
StringBuilderStringBuffer
It is not thread safeIt is thread safe
2. It is not synchronized2. It is synchronized
3. It is faster than StringBuffer3. It is slower than StringBuilder