There is only static fields in
interface that dosen't need to initialized during object creation in subclass and the method of
interface has to provide actual implementation in subclass .So there is no need of
constructor in
interface. ... That's why we
can not
define constructor in the
interfaces.May 10, 2010
read more >>