stringwriter « StringBuffer « Java Data Type Q&A





1. wat diff between stringbuffer & stringwriter    coderanch.com

StringWriter is a Writer, it is nothing like StringBuffer and the purpose of each is so far from the other that it would be easier to explain the similarities which would be relegated to similarities that exist between all Objects. You should use a StringWriter when you want a Writer. You should use a StringBuffer when you need a mutable buffer ...