String concatenation 2005-09-01 - By Mike New
Back > StringBuilder is even faster than StringBuffer but it isn't thread-safe... > > - Yagiz - > > ==========================================================================To > unsubscribe, send email to listserv@(protected) and include in the body > of the message "signoff J2EE-INTEREST". For general help, send email to > listserv@(protected) and include in the body of the message "help". > >
Run a test or two. You'll probably find that unless you're doing it repeatedly in a loop, there's almost no difference between the two ways suggested.
This is the kind of thing the Eclipse scrapbook is perfect for.
Mike -- ---- ---- ------ _/ /// // -- ---- ---- ---- --
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
|
|