Pergunta de entrevista da empresa FabHotels

Can static methods be overridden, if yes, which method will be called when an object of child class accesses this method? Child c1 = new Child(); c1.staticMethod(); Parent c2= new Child(); c2.staticMethod();