Domanda di colloquio di Securonix

1) 2 Interfaces in java has a method named m1() and one class implements both the interfaces. Which interface method will get called while calling the m1() method. (I wrote the question as is) - Illogical question 2) What if I add keyword abstract for interface