\r vs \n\r and related issues

From: Aaron Fude (aaronfude_at_yahoo.com)
Date: 05/30/04


Date: Sun, 30 May 2004 04:18:37 GMT

Hi,

I'm a little confused by the \r \n\r differences between operating systems.
For example, does the output of println() depend on the operating system?
Also, what is a reliable way to use a StringTokenizer to break up input into
lines - what do you use as a delimiter?

Thanks,

Aaron