posted 21 years ago
------------------------------------------------------------------------
7. Which of the following statements are true?
[a] An inner class may be declared as private
[b] An inner class may be declared as static
[c] An inner class can declared inside a method
[d] An inner class can access all the variable in the enclosing method.
answers:a,b,c. I thought d would have been included since it aint talking about all top level nested class - so why not?
------------------------------------------------------------------------