Interface in Java is actually easy to be understood but my very big question the very first time I encountered this: why use interface when you can define and declare methods in concrete classes? It ...