Search:

Type: Posts; User: JavaPF

Search: Search took 0.08 seconds.

  1. Re: A problem with overwriting a file, please help.

    Glad we could help MarkSquall,

    We're here any time ;)
  2. Re: A problem with overwriting a file, please help.

    I've also edited and fixed your original code.



    import java.io.*;

    public class FileWriteAndRead {

    public static String name;
  3. Re: A problem with overwriting a file, please help.

    Hello marksquall and welcome to the Java Programming Forums :D

    I have re-wrote this code for you in a way that I would do it and added comments so you can see whats going on.



    import...
Results 1 to 3 of 3