Append to a file in Java. Is it a joke?
Posted
by Roman
on Stack Overflow
See other posts from Stack Overflow
or by Roman
Published on 2010-04-17T08:03:10Z
Indexed on
2010/04/17
8:13 UTC
Read the original article
Hit count: 252
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?
© Stack Overflow or respective owner