Originally posted by Nicholas Jordan:
I would continue mocks, study or whatever up to the exam but at a more relaxed pace. You likely will either make it or not, last minute stress is the opposite of what one wants to do.
'\u0048' is 'H' and '\u000a' is a linefeed (LF)).
Originally posted by Frank Zito:
does this help (modifies main method though) ?
Whenever you're done using a file, either reading it or writing
to it, you should invoke the close() method.
When one thread calls the join() method of another thread, the currently
running thread will wait until the thread it joins with has completed.