I know how to create files using Java, but my question is can I edit the file later? For Example:Can I make a .txt file with log in Information and every time a new user signs up the .txt file updates itself and adds the new information without modifying the old one.
Asked
Active
Viewed 31 times
0
-
Beware of multi-threading issues. You should use Logback. – SLaks Feb 24 '13 at 01:28
-
@SLaks: Logback? Edit: ah, link: [Logback](http://logback.qos.ch/). – Hovercraft Full Of Eels Feb 24 '13 at 01:31