I am developing a small java application. At some point i am writing some data in a plain text file. Using the following code:
Writer Candidateoutput = null;
A PrintWriter does this platform independent - use the println() methods.
println()