DEVFYI - Developer Resource - FYI

What modifiers can be used with a local inner class?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

282. What modifiers can be used with a local inner class?

A local inner class may be final or abstract.

(Continued on next question...)

Other Interview Questions