Thread
:
Snytax error
View Single Post
Apr 28th, 2008, 1:33 PM
#
5
titaniumdecoy
Expert Programmer
Join Date: Nov 2005
Posts: 837
Rep Power:
3
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
View Public Profile
Visit titaniumdecoy's homepage!
Find More Posts by titaniumdecoy