On Mon, Jun 02, 2003 at 02:09:28PM -0700, T. Alexander Popiel wrote:

> In message:  <[EMAIL PROTECTED]>
>              Matt Zimmerman <[EMAIL PROTECTED]> writes:
> >Doesn't it also require an import statement?
> 
> No.  Import statements are syntactic sugar allowing you to use
> the unqualified class name (without the package) instead of the
> fully qualified class name.  Since the test code quoted uses
> fully qualified class names, there is no need for import
> statements.

Heh, yes, I did not read the code and thus did not notice it was fully
qualifying the class name.

-- 
 - mdz


Reply via email to