Java Applet and Java Web Start Deployment Guide
Writing Diagnostic Information to Standard Output and Error Streams A Java applet can write messages to the standard output and standard error streams. When debugging a Java applet, writing diagnostic information to the standard output can be a valuable tool. The following code snippet writes messag...
