this

this

how the keyword ""this"" will work....

View Answers

December 20, 2010 at 11:09 AM

Hi Friend,

The this keyword is also used to forward a call from one constructor in a class to another constructor in the same class. It helps to access class members and it provides access to the current instance.

For more information, visit the following link:

http://www.roseindia.net/java/beginners/useofthisoperator.shtml

Thanks









Related Tutorials/Questions & Answers:

Ads