CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ItsScavy

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    7,218

    Re: Write a Java program that reads file

    No problem sir, anytime.
  2. Replies
    6
    Views
    7,218

    Re: Write a Java program that reads file

    public static void Save() {
    File file = new File("Save.txt"); //Output files name

    try {

    Writer output = null;
    output = new BufferedWriter(new FileWriter(file));...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured