Is "StringBuffer" deprecated?

Hi everyone,

I was watching this video about L-Systems and Daniel used “StringBuffer” in his code, but I can’t find anything about “StringBuffer” in Processing reference.

Is this data type deprecated?

Thanks!

I think you can use it in processing but it is Java

Which means you can use it in processing

1 Like

It’s pretty much deprecated in Java though - you almost always want StringBuilder instead.

3 Likes