What's this code going to display in the console?

Nothing if we don't call the method00000null12345

Nice! run() doesn't print anything unless we call it and provide an int-type argument.

Oh noes! run() doesn't print anything unless we call it and provide an int-type argument.