For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
Writer .write returns void while Writer .append returns Writer itself. Why is that? I would expect both to return Writer, so that I can write { w .write (this) .write (that); }. What do you think?