I want to know how do I create a jar that will write to a .txt or generate a huge file once executed. It will either generate a huge file or keep writing to a file as fast as possible to bloat up the storage. The main point is to keep generating content or to take up the whole space of a storage. I am using this for my own purposes only.
Is this possible?
Thanks.