Search:

Type: Posts; User: ranjeet270

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    3,571

    Re: Problem in FileInputStream

    import java.io.*;
    public class FileOutputStream {

    public static void main(String[] args) throws IOException {

    //set up file and stream
    File outFile = new...
  2. Replies
    4
    Views
    3,571

    Problem in FileInputStream

    hello all! I am very beginner in java and learning File handling. I got some error in the program given below:
    import java.io.*;
    public class FileOutputStream {

    public static void...
Results 1 to 2 of 2