I was reading about Struts1 vs Struts2 and the author mentions one of the point is
" Programming the abstract classes instead of interfaces is one of design problem of struts1 framework that has been resolved in the struts 2 framework. Most of the Struts 2 classes are based on interfaces "
COuld anybody please tell me , from a developer point of view , does we need to bother if the framework uses classes or interfaces . Could anybody please help me in knowing why using Classes in a interface is not good .