-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
StringBuffer sb = new StringBuffer(); |
The javadoc for it says
As of release JDK 5, this class has been supplemented with an equivalent class designed for use by a single thread, StringBuilder. The StringBuilder class should generally be used in preference to this one, as it supports all of the same operations but it is faster, as it performs no synchronization.
Metadata
Metadata
Assignees
Labels
No labels