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