Try to call it but not in that way.

StaticMethodExample obj = new StaticMethodExample();
And then

obj.printMessage();
obj.multiplyInts(x, y);
Also x and y need to be an input right? Or...