______________________________ Reply Separator
_________________________________
Subject: Re: Java language question: static classes ?
Author: mlorton ([EMAIL PROTECTED]) at lon-mime
Date: 19/10/98 19:16
> Thanks that is the correct answer for "static inner class". >
> However a static inner class
> cannot have it self a static inner class.
Yes, it can. Why couldn't it? The innerness of a static inner class
is purely a naming thing.
..........
In any case I am not seen a case where static inner class has it own
static inner classes (yet). Inner classes and Anonymous class are
fascinating things but I will stop the recursion here.
Pete