Which of the following statements are true?
Each correct answer represents a complete solution. Choose all that apply.
StringBuffer is thread safe, but StringBuilder is not.
The String class is final.
StringBuilder offers faster performance than StringBuffer.
The size of the String can be obtained using the length property.
Submit