Tuesday, February 18, 2014

Java Error: Cannot make a static reference to the non-static method

This error occurs when you access a method with out creating object of the class where the method belongs.

No comments:

Post a Comment