Thread: Snytax error
View Single Post
Old Apr 28th, 2008, 1:33 PM   #5
titaniumdecoy
Expert Programmer
 
titaniumdecoy's Avatar
 
Join Date: Nov 2005
Posts: 837
Rep Power: 3 titaniumdecoy is on a distinguished road
Send a message via AIM to titaniumdecoy
Re: Snytax error

As Freaky Chris noted, java.lang.* (which includes String) is automatically imported by the JVM. You do not need to import basic types such as int as they are built into the language.
titaniumdecoy is offline   Reply With Quote