InterviewJack
Dashboard
Team
Projects
Login
Difference between string builder and string buffer in java
Technology:
java
AskedIn:
Topics:
Type:
StringBuilder
StringBuffer
It is not thread safe
It is thread safe
2. It is not synchronized
2. It is synchronized
3. It is faster than StringBuffer
3. It is slower than StringBuilder