| Author |
interface with a concrete inner class...
|
vijayender madura
Greenhorn
Joined: Jun 18, 2009
Posts: 13
|
|
Hi guys,
i came across an interface with a concrete inner class ...
what does that mean? How do we use the inner class?
Could you please gimme a link/resource where i could read up on that or if any of you guys have the time, could you explain this concept over this thread? Thanks
|
'Scientia est Potentia'
|
 |
Steve Luke
Bartender
Joined: Jan 28, 2003
Posts: 3026
|
|
The inner class in the Interface is always public and static. Which means you can use them like this:
To learn more (well for this specific subject there isn't a whole lot more but...) you can always refer to the Interface section of the JLS
|
Steve
|
 |
 |
|
|
subject: interface with a concrete inner class...
|
|
|