| Author |
confused question
|
Mellihoney Michael
Ranch Hand
Joined: Nov 27, 2002
Posts: 124
|
|
I want to ask the diffrence of the following code: (Inner is an class enclosed by class Outer) code A: Inner i=new Inner();//that ok Outer.Inner oi=new Outer().new Inner();//only if Inner is static inner class?
|
a beginner in java
|
 |
Mellihoney Michael
Ranch Hand
Joined: Nov 27, 2002
Posts: 124
|
|
|
Inner i=new Outer().new Inner();//what about this one?
|
 |
Sridhar Srikanthan
Ranch Hand
Joined: Jan 08, 2003
Posts: 366
|
|
Hi Michael , look at this code and ask me if you have any questions ? Hope this helps Sri
|
 |
Sarma Lolla
Ranch Hand
Joined: Oct 21, 2002
Posts: 203
|
|
Take a look at this code
|
 |
 |
|
|
subject: confused question
|
|
|