DEVFYI - Developer Resource - FYI

What modifiers may be used with an inner class that is a member of an outer class?

Java Interview Questions and Answers (part 1)


(Continued from previous question...)

183. What modifiers may be used with an inner class that is a member of an outer class?

A (non-local) inner class may be declared as public, protected, private, static, final, or abstract.

(Continued on next question...)

Other Interview Questions