Zolo interview question

What is the difference between StringBuffer and StringBuilder class?

Interview Answer

Anonymous

Dec 3, 2018

StringBuffer is synchronized i.e. thread safe whereas StringBuilder is non synchronized.