Friday, September 3, 2010

What if the static modifier is removed from the signature of the main method? Or What if I do not provide the String array as the argument to the method?

Program compiles. But at runtime throws an error “NoSuchMethodError”.

No comments:

Post a Comment