This can be used inside any method to refer to the current object

A) True
B) False

Showing Answers 1 - 2 of 2 Answers

Answer is False and i got it wrong inspite of being correct!!

Explanation:

this cannot be used within a static method.It can be used only within non-static methods.So the question asks whether it can be used inside any method......

  Was this answer useful?  Yes

vtheivamani

  • Dec 20th, 2006
 

ya it's false...because...we cant call the static method of a class using a object...call the static method using class name it self only,,,,,then how can we use the this key word inside the static method.......

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions