Tuesday, 19 April 2011

Which modifiers can be applied to the inner class?

Following are modifiers that can be applied to the inner:
     public
     private
     abstract
     final
     protected
     strictfp
     static – turns the inner class into static nested class.

No comments:

Post a Comment