Synchronized use of System.out.println()
835847Oct 22 2011 — edited Oct 23 2011So I am again at the point of part of my program running ahead of itself out of the call stack and ruining the sequence or order of printing.
I read that System.out.println() is synchronized so how may it be used to wait() until notified to continue and not ruin the output?