What if the static modifier is removed from the signature of the main method?

Q

What if the static modifier is removed from the signature of the main method?

✍: Guest

A

Program compiles. But at runtime throws an error "NoSuchMethodError".

2013-05-02, 3147👍, 0💬