This Keyword in Java
This Keyword in Java
This keyword we will use for the current object constructor and methods and variables. when the parent class and current class variables or methods are same at that time we will use this keyword to return or call the current class method or current class variable.
Example:
this(); this.i; this.method();
Click Here-> Get Java Training with Real-time Projects