Pergunta de entrevista da empresa FabHotels

There are three method definitions in class MyClass: public void callMe(String s) {} public void callMe(Integer i) {} public void callMe(Double d) {} What is the output of the following? MyClass m= new MyClass(); m.callMe(null);