In general, you can totally use either \n or System.out,println().
However, if you have errors and you need to trace back, \n probably makes it harder for your debugging process.
Also, I don't think it is a good idea to use multiple \n in one statement. For example, System.out.println("\n \n \n ").