Hi,
after a 3-4 month break, I decided to write a
java program and opened Eclipse. The code is:
Reader in = new FileReader("foo.in");
And Eclipse tells that type mismatch: cannot convert from filereader to reader.
I work with java 1.4.2.
This is a very fundamental mistake. Can it be a bug?
thanks in advance...