Log in or register to post comments Example Code: interface A { public void m() { } } interface B { public int m() { } } public class C implements A, B { } No, we can't implement such type of interface simultaneously, which contains a method with same signature but different return type. Tags Java Packages and Interfaces Interview Questions Core Java Interview Questions Java Interview Questions