1. We can not declare static our main classes.
2. We can declare static inner classes.
3. We can not declare static variable inside that inner class which is not declared static.
4. We can not declare static members inside any method.
5. We can not declare static constructors.




No comments:
Post a Comment