We have seen the major access Java modifiers such as public, private, protected and default. But did you know that there are other modifiers in Java as well? They are: staticfinalabstracttransient synchronizedvolatile Out of these, static, final and abstract are the most crucial and frequently used modifiers. Let us see the 'Final' and 'static' modifier in greater detail: 'Final' modifier: Classes, methods and variables