The java this keyword is used to refer the current object. There are many uses of java this keyword. Uses of java this keyword. this keyword can be used to refer instances of current object. this keyword can be used to refer methods of current object. this keyword can be used to refer constructors of current object. this keyword can be passed as argument to method of current object. this keyword can be passed as argument to constructor of current object. this keyword can be used to return current object.















