Interview Question
Created by admin on Sat, 17/11/2012 - 15:57
Question:
What modifiers may be used with an inner class that is a member of an outer class?
Language:
Answer:
A (non-local) inner class may be declared as public, protected, private, static, final, or abstract.