Search:

Type: Posts; User: muffin

Search: Search took 0.07 seconds.

  1. [SOLVED] Re: Is it "public void closeFile()" problem??? (Coding problem)

    thankyou very much... =)
  2. [SOLVED] Is "Public void closeFile()" a problem in the program for AS-Level computing project

    import java.io.EOFException;
    import java.io.IOException;
    import java.io.RandomAccessFile;

    public class ReadRandomFile
    {
    private RandomAccessFile input;

    //enable user to select file to...
Results 1 to 2 of 2