Is there an upper limit on .txt file size?

前端 未结 11 2295
礼貌的吻别
礼貌的吻别 2021-02-18 14:03

As a Christmas gift I have written a small program in Java to calculate primes. My intention was to leave it on all night, calculating the next prime and writing it to a .txt fi

11条回答
  •  遥遥无期
    2021-02-18 14:17

    What about just creating one file for each prime number and then use the filename to display the number?

提交回复
热议问题