We have already seen the public access modifiers such as private, public, protected and default in an earlier post. We have also seen the 'final' and 'static' modifiers in the 'Other Java modifiers' post. Let us see the 'abstract' modifier in this post: The 'abstract' modifier may sound 'abstract' but once we understand it, it is easy as well! :)