Append to a file in Java. Is it a joke?
- by Roman
I need to append some data to existing file. I started to browse Internet to find out how to do it. And I found this mini (as they say) application to do that:
http://www.devdaily.com/java/edu/qanda/pjqa00009.shtml
Well I was already annoyed by the fact how complicated are things in Java (in comparison with Python, for example). But this is too much! I just want to add to a file! It should be one line! Not 50!
Or do I get something wrong?