Re: Files & Methods



On Oct 15, 6:07 pm, Lew <l...@xxxxxxxxxxxxx> wrote:
cb17...@xxxxxxxxx wrote:
import java.util.Scanner;
bcr666 wrote:
I don't know what a Scanner object is, it isn't in my JDK,

Are you quite sure? What version of the JDK are you using?

java.util.Scanner has been part of the API since Java 5, something over three
years now.
<http://java.sun.com/javase/6/docs/api/java/util/Scanner.html>

If you're using 1.4 or earlier, be aware that Java 1.4 is already in its
End-of-Life phase, and earlier versions completed theirs some time ago.

--
Lew

I am using JDK 1.4.2_13. My company started converting all of our
mainframe programs to Java. We tried to upgrade to 1.5 but found we
would have to recompile all of our programs with the new JDK. We are
under a deadline to get the project done this year. After that, I hope
to talk them into upgrading the JDK.

.



Relevant Pages