Which members of outer class are accessible within inner class in Java
October 28, 2007 · Filed Under Java SE Interview questions, Placement Questions
![]() Don't want to miss a single bit? Subscribe By Email for Daily Jobs |
All: public, private, protected and default.
Related Articles
- State all the class access modifiers and explain each one of them
- What is Inheritance ? How is a Class Inherited in C++ ?
- Do (not static) inner classes have access to private members of outer class in Java
- What are classes ? How are they defined ?
- What are Friend Functions and Friend Classes in C++ ?


