Jasper Reports Developer Question:

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

Jasper Reports Developer Interview Question
Jasper Reports Developer Interview Question

Answer:

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


Previous QuestionNext Question
How many bits are used to represent Unicode, ASCII, UTF-16, and UTF-8 characters in Java Programming?Explain the difference between yielding and sleeping in Java Programming?