If an interface also comes with a default abstract implementation, when you extend, you only need to implement the methods that are truly needed in your situation, and leave the rest alone - this simplifies your code.
SAX deafult event handler is a good example.
|