Friday, 27 September 2013

Java: Calling non-static method with this. from static method

Java: Calling non-static method with this. from static method

I was wondering if I could use this. to call a non-static method from
within a static method. I know I would need an object in general to
reference to a non-static method from within a static method. Thanks

No comments:

Post a Comment