|
"\n" is a newline character. I'm not up on Java, so the suggestion may or may not be valid. If the output buffer isn't guaranteed to be flushed until a new println appears, then you'd want to leave it as you have it, since the last println would guarantee that the previous message is output. My guess is that your advisor is unaware of the possible implications, also.
|