Hey all, I can't figure out why I can't seem to import the ArrayList class...
I am writing:
but I am getting an error message saying:
identifier expected
and then later, it is claiming that a '.' is expected after ArrayList like this:
What am I doing wrong? My
Java book says this is proper sytax for the ArrayList class...
(have SDK1.4.2_03)
THANKS ahead of time,
Jon