> Carlos Alberto Roman Zamitiz writes:
Carlos> I have a problem:
Carlos> The file called Outtest.java reads the file called "test.out" which
Carlos> contains:
Carlos> A
Carlos> B
Carlos> C
Carlos> D
Carlos> E
Carlos> but when I type java Outtest, this show
I have a problem:
The file called Outtest.java reads the file called "test.out" which
contains:
A
B
C
D
E
but when I type java Outtest, this shows:
A
B
C
D
E
and never returns prompt. I need type Control-C and this returns the
prompt. This is Outtest.java:
import java.io.*;
public class Outtes