Selenium and Java

Tuesday, 28 July 2015

Java -this() keyword

this() keyword :

this is a keyword in Java. Which can be used inside method or constructor of class. It(this) works as a reference to current object whose method or constructor is being invoked. this keyword can be used to refer any member of current object from within an instance method or a constructor.


No comments:

Post a Comment