final « StringBuilder « Java Data Type Q&A





1. Why is StringBuilder final - versus having all final methods?    stackoverflow.com

The motivation for this was my answer ("Wishful thinking") to an earlier question on StringBuilder best-practices. If StringBuilder was extensible, then domain-specific subclasses could extend its fluent interface, which ...