In Nutshell:
- abstract cannot be used with any other Non Access Modifier
- final can be used with all other Non Access Modifier except abstract
- synchronized can be used with all other Non Access Modifier except abstract
- native can be used with all other Non Access Modifier except abstract, strictfp
- strictfp can be used with all other Non Access Modifier except abstract, native
- static can be with all other Non Access Modifier except abstract
No comments:
Post a Comment