Search:

Type: Posts; User: JavaPF

Search: Search took 0.12 seconds.

  1. Re: Saving statistics in a binary file

    Hey FretDancer69,

    I have written this example for you. It will write the scores to a file and then read the file and print the scores.



    import java.io.*;
    import java.util.Scanner;
    import...
  2. Re: Saving statistics in a binary file

    Yes I would of said the same thing too. It will be the same as working with a .txt file.
Results 1 to 2 of 2