Search:

Type: Posts; User: p0oint

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,351

    Re: i/o classes question

    Hello!

    FileInputStream in4=new FileInputStream("Data.txt"); //before bolded part


    I put my code in [cоde][/cоde] таг.

    The input file is "Data.txt"
  2. Replies
    4
    Views
    1,351

    i/o classes question

    /*

    package IOStreamDemo;
    import java.io.*;

    public class IOStreamDemo{


    public static void main(String[] args) throws IOException {
    // TODO code application logic here
Results 1 to 2 of 2