billy t
2011-04-22 19:08:27 UTC
the things that are giving me errors are Stringtokenizer and IOException..
without using import statements I changed these to
java.util.Stringtokenizer and java.io.IOException
are these package names? if so.. how do I write these without package names or import statements
or is there no way?