| Author |
Q on static inner Classes
|
Reshma Shanbhag
Ranch Hand
Joined: Sep 17, 2002
Posts: 202
|
|
What is the answer for this question. Question : Given the following class file , how can you get a reference to an object of type Inner ? Options : a . new Outer ( ) . new Inner ( ); b . Outer . new Inner ( ); c . new Outer . Inner ( ); d . Outer . Inner ( ); Thanks Reshma
|
SCJP 1.4, SCWCD 1.4
|
 |
Dan Chisholm
Ranch Hand
Joined: Jul 02, 2002
Posts: 1865
|
|
|
c
|
Dan Chisholm<br />SCJP 1.4<br /> <br /><a href="http://www.danchisholm.net/" target="_blank" rel="nofollow">Try my mock exam.</a>
|
 |
 |
|
|
subject: Q on static inner Classes
|
|
|