I have seen some people talking about it and my question is...
I have a program that opens a input and output stream,
when the program gets the message '#end' it should terminate the program.
Does it really matter if I close the in-and output streams and then close the program or if I just do a System.exit() ?
Everything will be closed and released anyway?